Lines Matching refs:DebugSubsectionKind

50 std::string llvm::pdb::formatChunkKind(DebugSubsectionKind Kind,
54 RETURN_CASE(DebugSubsectionKind, None, "none");
55 RETURN_CASE(DebugSubsectionKind, Symbols, "symbols");
56 RETURN_CASE(DebugSubsectionKind, Lines, "lines");
57 RETURN_CASE(DebugSubsectionKind, StringTable, "strings");
58 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums");
59 RETURN_CASE(DebugSubsectionKind, FrameData, "frames");
60 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines");
61 RETURN_CASE(DebugSubsectionKind, CrossScopeImports, "xmi");
62 RETURN_CASE(DebugSubsectionKind, CrossScopeExports, "xme");
63 RETURN_CASE(DebugSubsectionKind, ILLines, "il lines");
64 RETURN_CASE(DebugSubsectionKind, FuncMDTokenMap, "func md token map");
65 RETURN_CASE(DebugSubsectionKind, TypeMDTokenMap, "type md token map");
66 RETURN_CASE(DebugSubsectionKind, MergedAssemblyInput,
68 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva");
69 RETURN_CASE(DebugSubsectionKind, XfgHashType, "xfg hash type");
70 RETURN_CASE(DebugSubsectionKind, XfgHashVirtual, "xfg hash virtual");
74 RETURN_CASE(DebugSubsectionKind, None, "none");
75 RETURN_CASE(DebugSubsectionKind, Symbols, "DEBUG_S_SYMBOLS");
76 RETURN_CASE(DebugSubsectionKind, Lines, "DEBUG_S_LINES");
77 RETURN_CASE(DebugSubsectionKind, StringTable, "DEBUG_S_STRINGTABLE");
78 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS");
79 RETURN_CASE(DebugSubsectionKind, FrameData, "DEBUG_S_FRAMEDATA");
80 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES");
81 RETURN_CASE(DebugSubsectionKind, CrossScopeImports,
83 RETURN_CASE(DebugSubsectionKind, CrossScopeExports,
85 RETURN_CASE(DebugSubsectionKind, ILLines, "DEBUG_S_IL_LINES");
86 RETURN_CASE(DebugSubsectionKind, FuncMDTokenMap,
88 RETURN_CASE(DebugSubsectionKind, TypeMDTokenMap,
90 RETURN_CASE(DebugSubsectionKind, MergedAssemblyInput,
92 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA,
94 RETURN_CASE(DebugSubsectionKind, XfgHashType,
96 RETURN_CASE(DebugSubsectionKind, XfgHashVirtual,