Home
last modified time | relevance | path

Searched defs:CallSiteEntry (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h62 struct CallSiteEntry { struct
64 MCSymbol *BeginLabel; // Null indicates the start of the function.
88 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h62 struct CallSiteEntry { struct
87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.h91 struct CallSiteEntry { struct
93 MCSymbol *BeginLabel; // zero indicates the start of the function.
94 MCSymbol *EndLabel; // zero indicates the end of the function.
118 void ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp188 struct CallSiteEntry { struct
189 MCSymbol *BeginLabel; // zero indicates the start of the function.
190 MCSymbol *EndLabel; // zero indicates the end of the function.
191 MCSymbol *PadLabel; // zero indicates that there is no landing pad.
192 unsigned Action;