Home
last modified time | relevance | path

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

/external/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/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;