Lines Matching refs:DebugSubsectionKind

556     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
557 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Lines),
558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, StringTable),
559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
560 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FrameData),
561 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeImports),
563 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CrossScopeExports),
564 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, ILLines),
565 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FuncMDTokenMap),
566 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, TypeMDTokenMap),
567 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, MergedAssemblyInput),
568 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
1113 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
1114 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
1118 case DebugSubsectionKind::StringTable: in initializeFileAndStringTables()
1198 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
1199 case DebugSubsectionKind::Symbols: in printCodeViewSymbolSection()
1203 case DebugSubsectionKind::InlineeLines: in printCodeViewSymbolSection()
1207 case DebugSubsectionKind::FileChecksums: in printCodeViewSymbolSection()
1211 case DebugSubsectionKind::Lines: { in printCodeViewSymbolSection()
1241 case DebugSubsectionKind::FrameData: { in printCodeViewSymbolSection()