Home
last modified time | relevance | path

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

12345678910

/llvm-project-15.0.7/llvm/docs/PDB/
H A 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
H A 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.
H A 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
H A 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
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A Dlinux-arm-uuids-elf-build-id-16.yaml14 CodeView Record: 4C4570420102030405060708090A0B0C0D0E0F10
18 CodeView Record: 4C4570420A141E28323C46505A646E78828C96A0
H A Dlinux-arm-uuids-elf-build-id-20.yaml14 CodeView Record: 4C4570420102030405060708090A0B0C0D0E0F1011121314
18 CodeView Record: 4C4570420A141E28323C46505A646E78828C96A0AAB4BEC8
H A Dlinux-arm-uuids-no-age.yaml14 CodeView Record: 525344530102030405060708090A0B0C0D0E0F100000000000
18 CodeView Record: 525344530A141E28323C46505A646E78828C96A00000000000
H A Dlinux-arm-uuids-with-age.yaml14 CodeView Record: 525344530102030405060708090A0B0C0D0E0F101010101000
18 CodeView Record: 525344530A141E28323C46505A646E78828C96A02020202000
H A Dlinux-arm-uuids-elf-build-id-4.yaml14 CodeView Record: 4C45704201020304
18 CodeView Record: 4C4570420A141E28
H A Dlinux-arm-uuids-elf-build-id-zero.yaml14 CodeView Record: 4C45704200000000000000000000000000000000
18 CodeView Record: 4C45704200000000000000000000000000000000
H A Dmacos-arm-uuids-no-age.yaml16 CodeView Record: 525344530102030405060708090A0B0C0D0E0F100000000000
20 CodeView Record: 525344530A141E28323C46505A646E78828C96A00000000000
H A Dlinux-arm-same-uuids.yaml16 CodeView Record: '52534453112233441122334411223344112233441122334411'
20 CodeView Record: '52534453112233441122334411223344112233441122334411'
H A Dlinux-arm-zero-uuids.yaml16 CodeView Record: '52534453000000000000000000000000000000000000000000'
20 CodeView Record: '52534453000000000000000000000000000000000000000000'
/llvm-project-15.0.7/lld/test/COFF/
H A 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)
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Demission-kind-no-debug.ll2 ; Check that debug info isn't emitted for CodeView with emissionKind NoDebug
16 !2 = !{i32 2, !"CodeView", i32 1}
H A Dglobal-no-strings.ll7 ; in CodeView, so we make sure it's omitted to save file size.
9 ; The various CodeView outputs should have a description of "my_string", but not
54 !15 = !{i32 2, !"CodeView", i32 1}
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddisable-debug-info-print-codeview.ll3 ; Check that debug info isn't emitted for CodeView with
18 !2 = !{i32 2, !"CodeView", i32 1}
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A 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}
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dunwind-via-stack-win.yaml17CodeView Record: 525344533ED87D89C8A8184197F3A925EE4BF74101000000433A5C70726F6A656374735C746573745…
21CodeView Record: 5253445300F90A57CF8DED8A463A90390318CD4401000000776B65726E656C33322EFFFFFFFF
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/Minidump/
H A Dbasic.yaml43 CodeView Record: '44454647'
48 CodeView Record: '58595A5B'
132 # CHECK-NEXT: CodeView Record: '44454647'
137 # CHECK-NEXT: CodeView Record: 58595A5B
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A 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.
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dunwind-via-stack-win-no-memory-info.yaml32CodeView Record: 525344533ED87D89C8A8184197F3A925EE4BF74101000000433A5C70726F6A656374735C746573745…
36CodeView Record: 5253445300F90A57CF8DED8A463A90390318CD4401000000776B65726E656C33322EFFFFFFFF
/llvm-project-15.0.7/llvm/unittests/DebugInfo/
H A DCMakeLists.txt1 add_subdirectory(CodeView)
/llvm-project-15.0.7/llvm/lib/DebugInfo/
H A DCMakeLists.txt4 add_subdirectory(CodeView)
/llvm-project-15.0.7/llvm/test/Instrumentation/JustMyCode/
H A Djmc-instrument-x86.ll25 ; CHECK: !6 = !{i32 2, !"CodeView", i32 1}
47 !7 = !{i32 2, !"CodeView", i32 1}

12345678910