Home
last modified time | relevance | path

Searched refs:CodeView (Results 1 – 17 of 17) sorted by relevance

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h41 extern llvm::cl::opt<bool> CodeView;
Dllvm-readobj.cpp144 cl::opt<bool> CodeView("codeview", variable
357 if (opts::CodeView) in dumpObject()
/external/clang/docs/
DMSVCCompatibility.rst75 * 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.
DUsersManual.rst2112 /Z7 Enable CodeView debug information in object files
2153 -gcodeview Generate CodeView debug information
/external/llvm/test/DebugInfo/COFF/
Dcpp-mangling.ll40 !8 = !{i32 2, !"CodeView", i32 1}
Dasan-module-without-functions.ll51 !3 = !{i32 2, !"CodeView", i32 1}
Dasan-module-ctor.ll92 !7 = !{i32 2, !"CodeView", i32 1}
Dtail-call-without-lexical-scopes.ll73 !8 = !{i32 2, !"CodeView", i32 1}
Dsimple.ll254 !9 = !{i32 2, !"CodeView", i32 1}
Dasm.ll279 !9 = !{i32 2, !"CodeView", i32 1}
Dmultifile.ll354 !9 = !{i32 2, !"CodeView", i32 1}
Dmultifunction.ll673 !11 = !{i32 2, !"CodeView", i32 1}
/external/llvm/test/MC/ARM/
Dcoff-debugging-secrel.ll4 ; RUN: sed -e 's/"Dwarf Version"/"CodeView"/' %s \
/external/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll8 ; RUN: sed -e 's/"Dwarf Version"/"CodeView"/' %s \
/external/clang/include/clang/Frontend/
DCodeGenOptions.def196 /// 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/
DCLCompatOptions.td165 HelpText<"Enable CodeView debug information in object files">;
DOptions.td1157 HelpText<"Generate CodeView debug information">,
1160 // CodeView is enabled.