Home
last modified time | relevance | path

Searched refs:InlineeLines (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp34 return visitUnknown(ModuleSubstreamKind::InlineeLines, Data); in visitInlineeLines()
85 case ModuleSubstreamKind::InlineeLines: in visitModuleSubstream()
DEnumTables.cpp248 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines),
/external/llvm/test/tools/llvm-readobj/
Dcodeview-inlining.test37 ; CHECK: SubSectionType: InlineeLines (0xF6)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h296 InlineeLines = 0xf6, enumerator
/external/llvm/test/DebugInfo/COFF/
Dinlining.ll151 ; OBJ: SubSectionType: InlineeLines (0xF6)
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp496 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines),
798 case ModuleSubstreamKind::InlineeLines: in printCodeViewSymbolSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp501 MCSymbol *InlineEnd = beginCVSubsection(ModuleSubstreamKind::InlineeLines); in emitInlineeLinesSubsection()