Home
last modified time | relevance | path

Searched refs:CallSiteEntry (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp215 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()
DEHStreamer.h63 struct CallSiteEntry { struct
92 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
DWin64Exception.cpp198 SmallVector<CallSiteEntry, 64> CallSites; in emitCSpecificHandlerTable()
206 for (const CallSiteEntry &CSE : CallSites) { in emitCSpecificHandlerTable()
220 for (const CallSiteEntry &CSE : CallSites) { in emitCSpecificHandlerTable()