/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 239 DerivedProbeInlineTreeType *getOrAddNode(const InlineSite &Site) { in getOrAddNode() 258 MCPseudoProbeInlineTree(const InlineSite &Site) { in MCPseudoProbeInlineTree() 278 MCDecodedPseudoProbeInlineTree(const InlineSite &Site) : ISite(Site){}; in MCDecodedPseudoProbeInlineTree()
|
/openbsd-src/gnu/llvm/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 | 310 CallSiteEntry Site = { in computeCallSiteTable() local 349 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local
|
H A D | CodeViewDebug.cpp | 237 InlineSite *Site = &SiteInsertion.first->second; in getInlineSite() local 490 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() local 545 InlineSite &Site = in maybeRecordLocation() local 1000 const InlineSite &Site) { in emitInlinedCallSite()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingValue.c | 315 ValueProfNode *Site = in initializeValueProfRuntimeRecord() local 330 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site, in getNextNValueData()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Assumptions.cpp | 51 bool addAssumptionsImpl(AttrSite &Site, in addAssumptionsImpl()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 188 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 950 uint32_t Site) const { in getNumValueDataForSite() 955 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() 973 uint32_t Site) const { in getValueForSite()
|
H A D | MemProf.h | 411 for (const ArrayRef<FrameId> Site : Record.CallSites) { in MemProfRecord() local
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local 626 InlineeSite Site; in fromCodeViewSubsection() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 788 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 2346 for (const auto &Site : InlineStack) in emitPseudoProbe() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5906 InlineSite Site(CallerGuid, CallerProbeId); in parseDirectivePseudoProbe() local
|