Searched refs:CallSiteEntry (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 226 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 304 CallSiteEntry Site = { in computeCallSiteTable() 313 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable() 343 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() 404 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable() 521 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable() 585 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable() 587 const CallSiteEntry &S = *I; in emitExceptionTable() 698 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 | 89 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 103 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable()
|
| H A D | WasmException.h | 37 SmallVectorImpl<CallSiteEntry> &CallSites,
|