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

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 62 struct CallSiteEntry {
87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
EHStreamer.cpp 215 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 };
276 CallSiteEntry Site = {
285 CallSiteEntry &Prev = CallSites.back();
313 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 };
364 SmallVector<CallSiteEntry, 64> CallSites;
500 for (SmallVectorImpl<CallSiteEntry>::const_iterator
502 const CallSiteEntry &S = *I;
552 for (SmallVectorImpl<CallSiteEntry>::const_iterator
554 const CallSiteEntry &S = *I
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 90 /// CallSiteEntry - Structure describing an entry in the call-site table.
91 struct CallSiteEntry {
118 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;
580 for (SmallVectorImpl<CallSiteEntry>::const_iterator
582 const CallSiteEntry &S = *I
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 187 /// CallSiteEntry - Structure describing an entry in the call-site table.
188 struct CallSiteEntry {
296 SmallVector<CallSiteEntry, 64> CallSites;
341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0};
346 CallSiteEntry Site = {BeginLabel, LastLabel,
354 CallSiteEntry &Prev = CallSites.back();
370 CallSiteEntry Site = {LastLabel, 0, 0, 0};
408 CallSiteEntry &S = CallSites[i];

Completed in 455 milliseconds