reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/FaultMaps.cpp
   59   OS.SwitchSection(FaultMapSection);
   62   OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_FaultMaps")));
   67   OS.EmitIntValue(FaultMapVersion, 1); // Version.
   68   OS.EmitIntValue(0, 1);               // Reserved.
   69   OS.EmitIntValue(0, 2);               // Reserved.
   72   OS.EmitIntValue(FunctionInfos.size(), 4);