|
LLVM
3.7.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 78 of file FaultMaps.h.
Definition at line 191 of file FaultMaps.h.
|
inline |
Definition at line 194 of file FaultMaps.h.
References llvm::IndexedInstrProf::Version.
Referenced by llvm::operator<<().
|
inline |
Definition at line 204 of file FaultMaps.h.
Referenced by llvm::operator<<().
|
inline |
Definition at line 200 of file FaultMaps.h.
Referenced by llvm::operator<<().
1.8.6