Home
last modified time | relevance | path

Searched refs:Inlinees (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp73 for (auto &Inlinee : Inlinees) in ~MCPseudoProbeInlineTree()
79 auto Iter = Inlinees.find(Site); in getOrAddNode()
80 if (Iter == Inlinees.end()) { in getOrAddNode()
82 Inlinees[Site] = Node; in getOrAddNode()
150 MCOS->emitULEB128IntValue(Inlinees.size()); in emit()
161 for (const auto &Inlinee : Inlinees) { in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h113 std::map<InlineSite, MCPseudoProbeInlineTree *> Inlinees; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h43 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
777 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines() argument
823 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()