Lines Matching refs:DebugSubsectionKind

553     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
554 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
555 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
556 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
560 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
561 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, ILLines),
562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FuncMDTokenMap),
563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, TypeMDTokenMap),
564 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, MergedAssemblyInput),
565 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
969 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
970 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
974 case DebugSubsectionKind::StringTable: in initializeFileAndStringTables()
1054 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
1055 case DebugSubsectionKind::Symbols: in printCodeViewSymbolSection()
1059 case DebugSubsectionKind::InlineeLines: in printCodeViewSymbolSection()
1063 case DebugSubsectionKind::FileChecksums: in printCodeViewSymbolSection()
1067 case DebugSubsectionKind::Lines: { in printCodeViewSymbolSection()
1097 case DebugSubsectionKind::FrameData: { in printCodeViewSymbolSection()