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

  /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/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 441 TypeIndex Inlinee;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex Inlinee;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 136 TypeIndex Inlinee; // ID of the function that was inlined.
SymbolRecord.h 354 TypeIndex 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/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 1159 milliseconds