Searched refs:CodeView (Results 1 – 17 of 17) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.h | 41 extern llvm::cl::opt<bool> CodeView;
|
D | llvm-readobj.cpp | 144 cl::opt<bool> CodeView("codeview", variable 357 if (opts::CodeView) in dumpObject()
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 75 * Debug info: :partial:`Minimal`. Clang emits both CodeView line tables 78 Microsoft's link.exe will transform the CodeView line tables into a PDB, 80 any CodeView-compatible type info or description of variable layout.
|
D | UsersManual.rst | 2112 /Z7 Enable CodeView debug information in object files 2153 -gcodeview Generate CodeView debug information
|
/external/llvm/test/DebugInfo/COFF/ |
D | cpp-mangling.ll | 40 !8 = !{i32 2, !"CodeView", i32 1}
|
D | asan-module-without-functions.ll | 51 !3 = !{i32 2, !"CodeView", i32 1}
|
D | asan-module-ctor.ll | 92 !7 = !{i32 2, !"CodeView", i32 1}
|
D | tail-call-without-lexical-scopes.ll | 73 !8 = !{i32 2, !"CodeView", i32 1}
|
D | simple.ll | 254 !9 = !{i32 2, !"CodeView", i32 1}
|
D | asm.ll | 279 !9 = !{i32 2, !"CodeView", i32 1}
|
D | multifile.ll | 354 !9 = !{i32 2, !"CodeView", i32 1}
|
D | multifunction.ll | 673 !11 = !{i32 2, !"CodeView", i32 1}
|
/external/llvm/test/MC/ARM/ |
D | coff-debugging-secrel.ll | 4 ; RUN: sed -e 's/"Dwarf Version"/"CodeView"/' %s \
|
/external/llvm/test/DebugInfo/X86/ |
D | coff_debug_info_type.ll | 8 ; RUN: sed -e 's/"Dwarf Version"/"CodeView"/' %s \
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 196 /// Whether we should emit CodeView debug information. It's possible to emit 197 /// CodeView and DWARF into the same object.
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 165 HelpText<"Enable CodeView debug information in object files">;
|
D | Options.td | 1157 HelpText<"Generate CodeView debug information">, 1160 // CodeView is enabled.
|