Home
last modified time | relevance | path

Searched defs:Site (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp44 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 DMCPseudoProbe.h239 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 DWasmException.cpp93 CallSiteEntry Site = {nullptr, nullptr, Info, FirstActions[I]}; in computeCallSiteTable() local
H A DEHStreamer.cpp310 CallSiteEntry Site = { in computeCallSiteTable() local
349 CallSiteEntry Site = {LastLabel, CallSiteRanges.back().FragmentEndLabel, in computeCallSiteTable() local
H A DCodeViewDebug.cpp237 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 DInstrProfilingValue.c315 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 DAssumptions.cpp51 bool addAssumptionsImpl(AttrSite &Site, in addAssumptionsImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h188 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } in setCurrentCallSite()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h950 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 DMemProf.h411 for (const ArrayRef<FrameId> Site : Record.CallSites) { in MemProfRecord() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() local
626 InlineeSite Site; in fromCodeViewSubsection() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp788 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp2346 for (const auto &Site : InlineStack) in emitPseudoProbe() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5906 InlineSite Site(CallerGuid, CallerProbeId); in parseDirectivePseudoProbe() local