Home
last modified time | relevance | path

Searched refs:CallSiteEntry (Results 1 – 5 of 5) 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.h62 struct CallSiteEntry { struct
87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp226 ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, in ComputeCallSiteTable()
272 CallSiteEntry Site = { LastLabel, BeginLabel, 0, 0 }; in ComputeCallSiteTable()
285 CallSiteEntry Site = { in ComputeCallSiteTable()
294 CallSiteEntry &Prev = CallSites.back(); in ComputeCallSiteTable()
322 CallSiteEntry Site = { LastLabel, 0, 0, 0 }; in ComputeCallSiteTable()
383 SmallVector<CallSiteEntry, 64> CallSites; in EmitExceptionTable()
525 for (SmallVectorImpl<CallSiteEntry>::const_iterator in EmitExceptionTable()
527 const CallSiteEntry &S = *I; in EmitExceptionTable()
580 for (SmallVectorImpl<CallSiteEntry>::const_iterator in EmitExceptionTable()
582 const CallSiteEntry &S = *I; in EmitExceptionTable()
DDwarfException.h91 struct CallSiteEntry { struct
118 void ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp188 struct CallSiteEntry { struct
296 SmallVector<CallSiteEntry, 64> CallSites; in EmitExceptionTable()
341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}; in EmitExceptionTable()
346 CallSiteEntry Site = {BeginLabel, LastLabel, in EmitExceptionTable()
354 CallSiteEntry &Prev = CallSites.back(); in EmitExceptionTable()
370 CallSiteEntry Site = {LastLabel, 0, 0, 0}; in EmitExceptionTable()
408 CallSiteEntry &S = CallSites[i]; in EmitExceptionTable()