Searched refs:CallSiteEntry (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 215 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; in computeCallSiteTable() 276 CallSiteEntry Site = { in computeCallSiteTable() 285 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable() 313 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; in computeCallSiteTable() 364 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable() 500 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable() 502 const CallSiteEntry &S = *I; in emitExceptionTable() 552 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable() 554 const CallSiteEntry &S = *I; in emitExceptionTable()
|
D | EHStreamer.h | 63 struct CallSiteEntry { struct 92 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
|
D | Win64Exception.cpp | 198 SmallVector<CallSiteEntry, 64> CallSites; in emitCSpecificHandlerTable() 206 for (const CallSiteEntry &CSE : CallSites) { in emitCSpecificHandlerTable() 220 for (const CallSiteEntry &CSE : CallSites) { in emitCSpecificHandlerTable()
|