Home
last modified time | relevance | path

Searched refs:CallSiteEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp231 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable()
309 CallSiteEntry Site = { in computeCallSiteTable()
318 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable()
348 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable()
415 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable()
532 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable()
596 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable()
598 const CallSiteEntry &S = *I; in emitExceptionTable()
710 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable()
H A DEHStreamer.h61 struct CallSiteEntry { struct
112 SmallVectorImpl<CallSiteEntry> &CallSites,
H A DWasmException.cpp79 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable()
93 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable()
H A DWasmException.h36 SmallVectorImpl<CallSiteEntry> &CallSites,