/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 44 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeEndOffset() local 75 InlineSiteSym Site = createRecord<InlineSiteSym>(Sym); in getScopeParentOffset() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 248 DerivedProbeInlineTreeType *getOrAddNode(const InlineSite &Site) { in getOrAddNode() 267 MCPseudoProbeInlineTree(const InlineSite &Site) { in MCPseudoProbeInlineTree() 287 MCDecodedPseudoProbeInlineTree(const InlineSite &Site) : ISite(Site){}; in MCDecodedPseudoProbeInlineTree()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WasmException.cpp | 93 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
|
H A D | EHStreamer.cpp | 309 CallSiteEntry Site = { in computeCallSiteTable() local 348 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local
|
H A D | CodeViewDebug.cpp | 237 InlineSite *Site = &SiteInsertion.first->second; getInlineSite() local 490 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); recordLocalVariable() local 545 InlineSite &Site = maybeRecordLocation() local 1002 emitInlinedCallSite(const FunctionInfo & FI,const DILocation * InlinedAt,const InlineSite & Site) emitInlinedCallSite() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | DynamicAllocator.cpp | 97 auto &Site = It->second; in deallocate() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingValue.c | 322 ValueProfNode *Site = initializeValueProfRuntimeRecord() local 337 getNextNValueData(uint32_t VK,uint32_t Site,InstrProfValueData * Dst,ValueProfNode * StartNode,uint32_t N) getNextNValueData() argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Assumptions.cpp | 51 bool addAssumptionsImpl(AttrSite &Site, in addAssumptionsImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 200 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local 626 InlineeSite Site; in fromCodeViewSubsection() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1028 InstrProfRecord::getValueArrayForSite(uint32_t ValueKind, uint32_t Site) const { in getValueArrayForSite()
|
H A D | MemProf.h | 485 for (const ArrayRef<FrameId> Site : Record.CallSites) { in MemProfRecord() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1000 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 2444 for (const auto &Site : InlineStack) in emitPseudoProbe() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5925 InlineSite Site(CallerGuid, CallerProbeId); in parseDirectivePseudoProbe() local
|