LLVM
8.0.1
|
A parser for the __llvm_faultmaps section generated by the FaultMaps class above. More...
#include "llvm/CodeGen/FaultMaps.h"
Classes | |
class | FunctionFaultInfoAccessor |
class | FunctionInfoAccessor |
Public Member Functions | |
FaultMapParser (const uint8_t *Begin, const uint8_t *End) | |
FaultMapVersionType | getFaultMapVersion () const |
NumFunctionsType | getNumFunctions () const |
FunctionInfoAccessor | getFirstFunctionInfo () const |
A parser for the __llvm_faultmaps section generated by the FaultMaps class above.
This parser is version locked with with the __llvm_faultmaps section generated by the version of LLVM that includes it. No guarantees are made with respect to forward or backward compatibility.
Definition at line 83 of file FaultMaps.h.
Definition at line 189 of file FaultMaps.h.
|
inline |
Definition at line 192 of file FaultMaps.h.
References assert(), E, and llvm::IndexedInstrProf::Version.
Referenced by llvm::operator<<().
|
inline |
Definition at line 202 of file FaultMaps.h.
References llvm::operator<<().
Referenced by llvm::operator<<().
|
inline |