HomeSort by relevance Sort by last modified time
    Searched refs:CallSiteEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 69 /// CallSiteEntry - Structure describing an entry in the call-site table.
70 struct CallSiteEntry {
97 void ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
DwarfException.cpp 226 ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
272 CallSiteEntry Site = { LastLabel, BeginLabel, 0, 0 };
285 CallSiteEntry Site = {
294 CallSiteEntry &Prev = CallSites.back();
322 CallSiteEntry Site = { LastLabel, 0, 0, 0 };
383 SmallVector<CallSiteEntry, 64> CallSites;
525 for (SmallVectorImpl<CallSiteEntry>::const_iterator
527 const CallSiteEntry &S = *I;
578 for (SmallVectorImpl<CallSiteEntry>::const_iterator
580 const CallSiteEntry &S = *I
    [all...]

Completed in 32 milliseconds