|
LLVM
4.0.0
|
A parser for the __llvm_faultmaps section generated by the FaultMaps class above. More...
#include <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 77 of file FaultMaps.h.
Definition at line 190 of file FaultMaps.h.
|
inline |
Definition at line 193 of file FaultMaps.h.
References assert(), and llvm::IndexedInstrProf::Version.
Referenced by llvm::operator<<().
|
inline |
Definition at line 203 of file FaultMaps.h.
Referenced by llvm::operator<<().
|
inline |
Definition at line 199 of file FaultMaps.h.
Referenced by llvm::operator<<().
1.8.6