Home
last modified time | relevance | path

Searched defs:CallSiteEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h61 struct CallSiteEntry { struct
63 MCSymbol *BeginLabel; // Null indicates the start of the function.
64 MCSymbol *EndLabel; // Null indicates the end of the function.
67 const LandingPadInfo *LPad; // Null indicates that there is no landing pad.
69 unsigned Action;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp437 struct CallSiteEntry { in readMemprof() struct
439 ArrayRef<Frame> Frames; in readMemprof()
441 ArrayRef<GlobalValue::GUID> CalleeGuids; in readMemprof()
447 bool operator==(const CallSiteEntry &Other) const { in readMemprof()
626 for (const auto &CallSiteEntry : CallSitesIter->second) { in readMemprof() local