Searched refs:CallSiteEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 229 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 307 CallSiteEntry Site = { in computeCallSiteTable() 316 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable() 346 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() 407 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable() 524 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable() 588 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable() 590 const CallSiteEntry &S = *I; in emitExceptionTable() 701 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable()
|
| H A D | EHStreamer.h | 61 struct CallSiteEntry { struct 112 SmallVectorImpl<CallSiteEntry> &CallSites,
|
| H A D | WasmException.cpp | 78 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 92 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable()
|
| H A D | WasmException.h | 34 SmallVectorImpl<CallSiteEntry> &CallSites,
|