HomeSort by relevance Sort by last modified time
    Searched refs:Inlinee (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/COFF/
cv-inline-linetable-unreachable.s 49 .long 246 # Inlinee lines subsection
80 # CHECK: Inlinee: f (0x1003)
cv-inline-linetable.s 91 # CHECK: Inlinee: bar (0x1003)
112 # CHECK: Inlinee: foo (0x1004)
cv-inline-linetable-infloop.s 62 .long 4098 # Inlinee type index
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-inline-linetable-unreachable.s 51 .long 246 # Inlinee lines subsection
82 # CHECK: Inlinee: f (0x1003)
cv-loc-unreachable.s 21 # CHECK: Inlinee: do_exit (0x1002)
28 # CHECK: Inlinee: do_exit (0x1002)
90 .long 246 # Inlinee lines subsection
93 .long 0 # Inlinee lines signature
125 .long 4098 # Inlinee type index
cv-inline-linetable.s 94 # CHECK: Inlinee: bar (0x1003)
112 # CHECK: Inlinee: foo (0x1004)
cv-inline-linetable-infloop.s 65 .long 4098 # Inlinee type index
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 100 uint32_t 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugInlineeLinesSubsection.cpp 125 Entry.Header.Inlinee = FuncId;
SymbolRecordMapping.cpp 345 error(IO.mapInteger(InlineSite.Inlinee));
SymbolDumper.cpp 441 printTypeIndex("Inlinee", InlineSite.Inlinee);
  /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/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 305 IO.mapRequired("Inlinee", Obj.Inlinee);
452 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName,
632 Site.Inlinee = IL.Header->Inlinee.getIndex();
    [all...]
CodeViewYAMLSymbols.cpp 363 IO.mapRequired("Inlinee", Symbol.Inlinee);
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 643 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee),
DumpOutputStyle.cpp 876 printHeader(P, "Inlinee Lines");
882 P.formatLine("{0,+8} | {1,+5} | {2}", "Inlinee", "Line", "Source File");
884 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee,
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 162 milliseconds

1 2