Searched refs:CodeView (Results 1 – 25 of 244) sorted by relevance
12345678910
/external/llvm-project/llvm/docs/PDB/ |
D | ModiStream.rst | 19 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
|
D | index.rst | 94 | 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.
|
D | CodeViewSymbols.rst | 2 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
|
D | CodeViewTypes.rst | 2 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/ |
D | rsds.test | 36 # 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/ |
D | void-typedef.ll | 1 ; 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/ |
D | CMakeLists.txt | 1 add_subdirectory(CodeView)
|
D | LLVMBuild.txt | 19 subdirectories = CodeView DWARF PDB Symbolize
|
/external/llvm-project/llvm/unittests/DebugInfo/ |
D | CMakeLists.txt | 1 add_subdirectory(CodeView)
|
/external/llvm-project/llvm/lib/DebugInfo/ |
D | CMakeLists.txt | 4 add_subdirectory(CodeView)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/ |
D | CMakeLists.txt | 4 add_subdirectory(CodeView)
|
D | LLVMBuild.txt | 18 subdirectories = DWARF GSYM MSF CodeView PDB Symbolize
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 17 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.
|
D | llvm-readobj.rst | 267 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/ |
D | BUILD.gn | 5 "//llvm/lib/DebugInfo/CodeView",
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/obj2yaml/ |
D | BUILD.gn | 3 "//llvm/lib/DebugInfo/CodeView",
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | CMakeLists.txt | 24 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
D | LLVMBuild.txt | 1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdb-invalid-type.test | 5 # CHECK: The CodeView record is corrupted
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/ObjectYAML/ |
D | BUILD.gn | 4 "//llvm/lib/DebugInfo/CodeView",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | LLVMBuild.txt | 1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
|
D | CMakeLists.txt | 44 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/ |
D | BUILD.gn | 4 "//llvm/lib/DebugInfo/CodeView",
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | no-cus.ll | 23 !0 = !{i32 2, !"CodeView", i32 1}
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
D | BUILD.gn | 1 static_library("CodeView") {
|
12345678910