Searched refs:Inlinee (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/COFF/
H A Dcv-inline-linetable-unreachable.s49 .long 246 # Inlinee lines subsection
80 # CHECK: Inlinee: f (0x1003)
H A Dcv-inline-linetable.s91 # CHECK: Inlinee: bar (0x1003)
112 # CHECK: Inlinee: foo (0x1004)
H A Dcv-inline-linetable-infloop.s62 .long 4098 # Inlinee type index
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h136 TypeIndex Inlinee; // ID of the function that was inlined. member in struct:llvm::codeview::LineInfo::InlineeSourceLine
H A DSymbolRecord.h441 TypeIndex Inlinee; member in struct:llvm::codeview::InlineSiteSym::Hdr
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h80 const DISubprogram *Inlinee = nullptr; member in struct:llvm::CodeViewDebug::InlineSite
122 const DISubprogram *Inlinee);
H A DCodeViewDebug.cpp119 const DISubprogram *Inlinee) {
124 Site->Inlinee = Inlinee;
125 InlinedSubprograms.insert(Inlinee);
126 getFuncIdForSubprogram(Inlinee);
291 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); local
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
500 OS.AddComment("Inlinee lines subsection");
505 OS.AddComment("Inlinee lines signature");
548 assert(TypeIndices.count({Site.Inlinee, nullpt
118 getInlineSite(const DILocation *InlinedAt, const DISubprogram *Inlinee) argument
[all...]
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee);
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1008 printTypeIndex("Inlinee", ISL->Inlinee);

Completed in 218 milliseconds