HomeSort by: relevance | last modified time | path
    Searched refs:Inlinees (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCPseudoProbe.cpp 73 for (auto &Inlinee : Inlinees)
79 auto Iter = Inlinees.find(Site);
80 if (Iter == Inlinees.end()) {
82 Inlinees[Site] = Node;
149 // Emit number of direct inlinees
150 MCOS->emitULEB128IntValue(Inlinees.size());
161 for (const auto &Inlinee : Inlinees) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsectionVisitor.h 43 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 23 // first-level inlinees
113 std::map<InlineSite, MCPseudoProbeInlineTree *> Inlinees;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
777 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees,
823 State.strings(), State.checksums(), Inlinees);

Completed in 16 milliseconds