Collects potentially‐faulting operations and serializes the __llvm_faultmaps section.
Synopsis
Declared in <llvm/CodeGen/FaultMaps.h>
class FaultMaps;
Enums
Name |
Description |
Kinds of potentially‐faulting operations recorded in a fault map. |
Member Functions
Name |
Description |
|
Construct a fault maps collector bound to AsmPrinter |
Record a faulting operation of kind |
|
Clear all recorded function fault infos. |
|
Emit collected fault map data into the __llvm_faultmaps section. |
Static Member Functions
Name |
Description |
Return a printable name for fault kind |
Created with MrDocs