Searched refs:CodeView (Results 1 – 25 of 182) sorted by relevance
12345678
/external/swiftshader/third_party/llvm-7.0/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 | 95 | 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 source file information, and CodeView symbol records contained within. 160 CodeView chapter 162 CodeView is another format which comes into the picture. While MSF defines 164 appear within the MSF file and the format of those streams, CodeView defines 167 more information about the CodeView format.
|
D | CodeViewTypes.rst | 2 CodeView Type Records
|
D | CodeViewSymbols.rst | 2 CodeView Symbol Records
|
D | DbiStream.rst | 18 detailed information about each compiland, such as the CodeView symbol records 76 which contains CodeView symbol records for all global symbols. Actual records 95 which contains CodeView symbol records for all public symbols. Actual records 101 - **SymRecordStream** - The stream containing all CodeView symbol records used 217 for this module. This includes CodeView symbol information as well as source 221 ``ModuleSymStream`` that represent CodeView symbol records. 224 ``ModuleSymStream`` that represent C11-style CodeView line information. 227 ``ModuleSymStream`` that represent C13-style CodeView line information. At
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 340 llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp \ 341 llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp \ 342 llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp \ 343 llvm/lib/DebugInfo/CodeView/CodeViewError.cpp \ 344 llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp \ 345 llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp \ 346 llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp \ 347 llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp \ 348 llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp \ 349 llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp \ [all …]
|
D | BUILD.gn | 215 "llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp", 216 "llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp", 217 "llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp", 218 "llvm/lib/DebugInfo/CodeView/CodeViewError.cpp", 219 "llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp", 220 "llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp", 221 "llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp", 222 "llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp", 223 "llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp", 224 "llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp", [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdb-invalid-type.test | 5 # CHECK: CodeView Error: The CodeView record is corrupted.
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 15 Display types, symbols, CodeView records, and other information from a 31 file, including CodeView records, hash tables, PDB streams, etc. 62 debug information than a mode which displays low-level CodeView records. 297 Dump inlinee line information (DEBUG_S_INLINEELINES CodeView subsection) 301 Dump line information (DEBUG_S_LINES CodeView subsection) 309 Dump cross module exports (DEBUG_S_CROSSSCOPEEXPORTS CodeView subsection) 313 Dump cross module imports (DEBUG_S_CROSSSCOPEIMPORTS CodeView subsection) 350 Dump CodeView type records from TPI stream 368 Dump CodeView type records from IPI stream.
|
/external/swiftshader/ |
D | CMakeLists.txt | 1006 ${LLVM_DIR}/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp 1007 ${LLVM_DIR}/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp 1008 ${LLVM_DIR}/lib/DebugInfo/CodeView/CVTypeVisitor.cpp 1009 ${LLVM_DIR}/lib/DebugInfo/CodeView/CodeViewError.cpp 1010 ${LLVM_DIR}/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp 1011 ${LLVM_DIR}/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp 1012 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp 1013 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp 1014 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp 1015 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/ |
D | CMakeLists.txt | 1 add_subdirectory(CodeView)
|
/external/llvm/lib/DebugInfo/ |
D | CMakeLists.txt | 1 add_subdirectory(CodeView)
|
D | LLVMBuild.txt | 19 subdirectories = CodeView DWARF PDB Symbolize
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/ |
D | CMakeLists.txt | 3 add_subdirectory(CodeView)
|
D | LLVMBuild.txt | 19 subdirectories = DWARF MSF CodeView PDB Symbolize
|
/external/v8/tools/turbolizer/src/ |
D | turbo-visualizer.ts | 10 import {CodeMode, CodeView} from "./code-view.js" 247 …let sourceView = new CodeView(C.SOURCE_PANE_ID, selectionBroker, sourceResolver, fnc, CodeMode.MAI… 252 …let sourceView = new CodeView(C.SOURCE_PANE_ID, selectionBroker, sourceResolver, source, CodeMode.…
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | module.modulemap | 124 umbrella "DebugInfo/CodeView" 128 textual header "DebugInfo/CodeView/CodeViewRegisters.def" 129 textual header "DebugInfo/CodeView/CodeViewTypes.def" 130 textual header "DebugInfo/CodeView/CodeViewSymbols.def"
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | LLVMBuild.txt | 1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
|
D | CMakeLists.txt | 42 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-recursive-unnamed.ll | 4 ; references to unnamed structs which are not supported in CodeView debug 56 !3 = !{i32 2, !"CodeView", i32 1}
|
D | no-cus.ll | 23 !0 = !{i32 2, !"CodeView", i32 1}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | coff-debug-directory.test | 9 CHECK: Type: CodeView (0x2)
|
12345678