Searched refs:CodeView (Results 1 – 12 of 12) sorted by relevance
445 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp446 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp447 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp457 SRCS_MIN+= DebugInfo/CodeView/DebugSubsection.cpp462 SRCS_MIN+= DebugInfo/CodeView/EnumTables.cpp463 SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp466 SRCS_MIN+= DebugInfo/CodeView/Line.cpp468 SRCS_MIN+= DebugInfo/CodeView/RecordName.cpp472 SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp476 SRCS_MIN+= DebugInfo/CodeView/TypeHashing.cpp[all …]
155 umbrella "DebugInfo/CodeView"159 textual header "DebugInfo/CodeView/CodeViewRegisters.def"160 textual header "DebugInfo/CodeView/CodeViewTypes.def"161 textual header "DebugInfo/CodeView/CodeViewSymbols.def"
73 def codeview : FF<"codeview", "Display CodeView debug information">, Group<grp_coff>;74 def codeview_ghash : FF<"codeview-ghash", "Enable global hashing for CodeView type stream de-duplic…75 def codeview_merged_types : FF<"codeview-merged-types", "Display the merged CodeView type stream">,…
139 static bool CodeView; variable258 opts::CodeView = Args.hasArg(OPT_codeview); in parseOptions()427 if (opts::CodeView) in dumpObject()
360 /// Whether we should emit CodeView debug information. It's possible to emit361 /// CodeView and DWARF into the same object.364 /// Whether to emit the .debug$H section containing hashes of CodeView types.
5622 memory, such as operator new in C++. When CodeView debug information is emitted
1 //===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
1 //===-- CodeViewRegisters.def - CodeView registers --------------*- C++ -*-===//
505 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
1006 // as CodeView debug info records. This is expensive, as it disables inlining
2855 // CodeView is enabled.2875 HelpText<"Generate CodeView debug information">,6082 HelpText<"Enable CodeView debug information in object files">;