Home
last modified time | relevance | path

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

123

/external/llvm/lib/DebugInfo/
DCMakeLists.txt1 add_subdirectory(CodeView)
DLLVMBuild.txt19 subdirectories = CodeView DWARF PDB Symbolize
/external/llvm/lib/DebugInfo/CodeView/
DCMakeLists.txt24 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
DLLVMBuild.txt1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
/external/llvm/test/tools/llvm-readobj/
Dcoff-debug-directory.test9 CHECK: Type: CodeView (0x2)
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h57 extern llvm::cl::opt<bool> CodeView;
Dllvm-readobj.cpp145 cl::opt<bool> CodeView("codeview", variable
413 if (opts::CodeView) in dumpObject()
/external/llvm/include/llvm/
Dmodule.modulemap90 umbrella "DebugInfo/CodeView"
94 textual header "DebugInfo/CodeView/TypeRecords.def"
95 textual header "DebugInfo/CodeView/CVSymbolTypes.def"
/external/llvm/test/DebugInfo/COFF/
Dglobals-discarded.ll32 !35 = !{i32 2, !"CodeView", i32 1}
Dtypedef.ll37 !3 = !{i32 2, !"CodeView", i32 1}
Dglobal-dllimport.ll27 !13 = !{i32 2, !"CodeView", i32 1}
Denum.ll45 !10 = !{i32 2, !"CodeView", i32 1}
Dfp-stack.ll41 !11 = !{i32 2, !"CodeView", i32 1}
Danonymous-struct.ll59 !14 = !{i32 2, !"CodeView", i32 1}
Dinlining-same-name.ll45 !0 = !{i32 2, !"CodeView", i32 1}
Dasan-module-without-functions.ll51 !3 = !{i32 2, !"CodeView", i32 1}
Dasan-module-ctor.ll91 !7 = !{i32 2, !"CodeView", i32 1}
Dtypes-nested-class.ll96 !8 = !{i32 2, !"CodeView", i32 1}
Dtail-call-without-lexical-scopes.ll68 !8 = !{i32 2, !"CodeView", i32 1}
Dlocal-constant.ll63 !10 = !{i32 2, !"CodeView", i32 1}
/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.
/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/v8/tools/turbolizer/
Dcode-view.js7 class CodeView extends View { class
/external/llvm/docs/
DSourceLevelDebugging.rst68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,
1346 CodeView Debug Info Format
1349 LLVM supports emitting CodeView, the Microsoft debug info format, and this
1355 CodeView as a format is clearly oriented around C++ debugging, and in C++, the
1357 overriding design constraint of CodeView is the separation of type information
1376 CodeView consumers and do not require type records.
1386 Working with CodeView
1390 LLVM's CodeView support. Most of them revolve around using the CodeView dumper
1404 * Generate and dump CodeView from LLVM IR metadata::
1411 Improving LLVM's CodeView support is a process of finding interesting type

123