Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/llvm/docs/PDB/
DModiStream.rst19 all CodeView information for the symbols defined in the compiland. Finally,
49 - **Symbols** - The :ref:`CodeView Symbol Substream <modi_symbol_substream>`.
54 - **C11LineInfo** - A block containing CodeView line information in C11
62 - **C13LineInfo** - A block containing CodeView line information in C13
72 The CodeView Symbol Substream
75 The CodeView Symbol Substream. This is an array of variable length
78 ``SymbolSize-4`` bytes. The format of a CodeView Symbol Record (and
79 thusly, an array of CodeView Symbol Records) is described in
Dindex.rst94 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records |
105 | IPI Stream | - Fixed Stream Index 4 | - CodeView Type Records |
117 | Module Info Stream | - Contained in DBI Stream | - CodeView Symbol Records for this module |
140 Information about the TPI stream and the CodeView records contained within.
144 Module Substreams, source file information, and CodeView symbol records
162 CodeView chapter
164 CodeView is another format which comes into the picture. While MSF defines
166 appear within the MSF file and the format of those streams, CodeView defines
169 more information about the CodeView format.
DCodeViewSymbols.rst2 CodeView Symbol Records
15 CodeView symbol records that LLVM understands. Like
16 :doc:`CodeView Type Records <CodeViewTypes>`, we describe only the important
31 * While types are referenced from other CodeView records via :ref:`type indices <type_indices>`,
55 Public symbols are the CodeView equivalent of DWARF ``.debug_pubnames``. There
DCodeViewTypes.rst2 CodeView Type Records
15 CodeView type records that LLVM understands. This document does not describe
16 every single CodeView type record that is defined. In some cases, this is
28 We can think of a sequence of CodeView type records as an array of variable length
/external/llvm-project/lld/test/COFF/
Drsds.test36 # CHECK: Type: CodeView (0x2)
55 # CHECK: Type: CodeView (0x2)
75 # TWOPDBS: Type: CodeView (0x2)
94 # TWOPDBS: Type: CodeView (0x2)
128 # REPRODEBUG: Type: CodeView (0x2)
158 # MINGW: Type: CodeView (0x2)
/external/llvm-project/llvm/test/DebugInfo/X86/
Dvoid-typedef.ll1 ; Choosing CodeView generates debug metadata for class-scope typedefs that
2 ; Dwarf would normally omit. Choosing both CodeView and Dwarf triggered
20 ; CodeView generates a DIDerivedType for the _Nodeptr typedef.
68 !5 = !{i32 2, !"CodeView", i32 1}
/external/llvm/lib/DebugInfo/
DCMakeLists.txt1 add_subdirectory(CodeView)
DLLVMBuild.txt19 subdirectories = CodeView DWARF PDB Symbolize
/external/llvm-project/llvm/unittests/DebugInfo/
DCMakeLists.txt1 add_subdirectory(CodeView)
/external/llvm-project/llvm/lib/DebugInfo/
DCMakeLists.txt4 add_subdirectory(CodeView)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/
DCMakeLists.txt4 add_subdirectory(CodeView)
DLLVMBuild.txt18 subdirectories = DWARF GSYM MSF CodeView PDB Symbolize
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst17 Display types, symbols, CodeView records, and other information from a
33 file, including CodeView records, hash tables, PDB streams, etc.
64 debug information than a mode which displays low-level CodeView records.
299 Dump inlinee line information (DEBUG_S_INLINEELINES CodeView subsection)
303 Dump line information (DEBUG_S_LINES CodeView subsection)
311 Dump cross module exports (DEBUG_S_CROSSSCOPEEXPORTS CodeView subsection)
315 Dump cross module imports (DEBUG_S_CROSSSCOPEIMPORTS CodeView subsection)
352 Dump CodeView type records from TPI stream
370 Dump CodeView type records from IPI stream.
Dllvm-readobj.rst267 Display CodeView debug information.
271 Enable global hashing for CodeView type stream de-duplication.
275 Display the merged CodeView type stream.
279 Dump raw contents of CodeView debug sections and records.
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/
DBUILD.gn5 "//llvm/lib/DebugInfo/CodeView",
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/obj2yaml/
DBUILD.gn3 "//llvm/lib/DebugInfo/CodeView",
/external/llvm/lib/DebugInfo/CodeView/
DCMakeLists.txt24 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
DLLVMBuild.txt1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdb-invalid-type.test5 # CHECK: The CodeView record is corrupted
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/ObjectYAML/
DBUILD.gn4 "//llvm/lib/DebugInfo/CodeView",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLLVMBuild.txt1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
DCMakeLists.txt44 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/
DBUILD.gn4 "//llvm/lib/DebugInfo/CodeView",
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dno-cus.ll23 !0 = !{i32 2, !"CodeView", i32 1}
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
DBUILD.gn1 static_library("CodeView") {

12345678910