HomeSort by relevance Sort by last modified time
    Searched defs:Inlinee (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 38 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 352 TypeIndex Inlinee;
  /external/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 441 TypeIndex Inlinee;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 80 const DISubprogram *Inlinee = nullptr;
122 const DISubprogram *Inlinee);
CodeViewDebug.cpp 119 const DISubprogram *Inlinee) {
124 Site->Inlinee = Inlinee;
125 InlinedSubprograms.insert(Inlinee);
126 getFuncIdForSubprogram(Inlinee);
291 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
500 OS.AddComment("Inlinee lines subsection");
505 OS.AddComment("Inlinee lines signature");
548 assert(TypeIndices.count({Site.Inlinee, nullptr}))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 100 uint32_t Inlinee;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 103 const DISubprogram *Inlinee = nullptr;
174 const DISubprogram *Inlinee);
CodeViewDebug.cpp 201 const DISubprogram *Inlinee) {
215 Site->Inlinee = Inlinee;
216 InlinedSubprograms.insert(Inlinee);
217 getFuncIdForSubprogram(Inlinee);
381 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
382 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
743 OS.AddComment("Inlinee lines subsection");
750 OS.AddComment("Inlinee lines signature");
779 assert(TypeIndices.count({Site.Inlinee, nullptr}))
    [all...]

Completed in 398 milliseconds