Searched refs:CallSiteEntry (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 230 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 308 CallSiteEntry Site = { in computeCallSiteTable() 317 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable() 347 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() 414 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable() 531 const CallSiteEntry &S = CallSites[CallSiteIdx]; in emitExceptionTable() 595 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable() 597 const CallSiteEntry &S = *I; in emitExceptionTable() 709 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 | 79 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() 93 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable()
|
| H A D | WasmException.h | 36 SmallVectorImpl<CallSiteEntry> &CallSites,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfUse.cpp | 437 struct CallSiteEntry { in readMemprof() struct 447 bool operator==(const CallSiteEntry &Other) const { in readMemprof() argument 454 size_t operator()(const CallSiteEntry &Entry) const { in readMemprof() 461 std::map<uint64_t, std::unordered_set<CallSiteEntry, CallSiteEntryHash>> in readMemprof() 626 for (const auto &CallSiteEntry : CallSitesIter->second) { in readMemprof() local 629 if (stackFrameIncludesInlinedCallStack(CallSiteEntry.Frames, in readMemprof() 636 addVPMetadata(M, I, CallSiteEntry.CalleeGuids); in readMemprof()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15907 …ion::ComputeCallSiteTable(llvm::SmallVectorImpl<llvm::DwarfException::CallSiteEntry>&, llvm::Dense… 15912 …llSiteEntryEE6resizeEj", "llvm::SmallVectorImpl<llvm::DwarfException::CallSiteEntry>::resize(unsig… 15920 …yELb0EE4growEm", "llvm::SmallVectorTemplateBase<llvm::DwarfException::CallSiteEntry, false>::grow(…
|