Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md81 ### Calculate unique offset for CodeView elements.
91 ### Move ``initializeFileAndStringTables`` to the CodeView Library.
92 There is some code in the CodeView reader that was extracted/adapted
93 from ``tools/llvm-readobj/COFFDumper.cpp`` that can be moved to the CodeView
99 ### Move ``getSymbolKindName`` and ``formatRegisterId`` to the CodeView Library.
100 There is some code in the CodeView reader that was extracted/adapted
101 from ``lib/DebugInfo/CodeView/SymbolDumper.cpp`` that can be used.
146 ### Add support for DWARF v5 `.debug_names` section / CodeView public symbols stream.
149 The DWARF and CodeView readers use the public names information to create
151 names (``.debug_pubnames``, ``.debug_names``) and CodeView public symbol stream
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def121 /// Whether we should emit CodeView debug information. It's possible to emit
122 /// CodeView and DWARF into the same object.
125 /// Whether to emit the .debug$H section containing hashes of CodeView types.
128 /// Whether to emit the compiler path and command line into the CodeView debug information.
H A DAttrDocs.td6492 memory, such as operator new in C++. When CodeView debug information is emitted
/freebsd/lib/clang/libllvm/
H A DMakefile525 SRCS_MIN+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
526 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
527 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
528 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
529 SRCS_MIN+= DebugInfo/CodeView/CodeViewRecordIO.cpp
530 SRCS_MIN+= DebugInfo/CodeView/ContinuationRecordBuilder.cpp
531 SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp
532 SRCS_MIN+= DebugInfo/CodeView/DebugCrossExSubsection.cpp
533 SRCS_MIN+= DebugInfo/CodeView/DebugCrossImpSubsection.cpp
534 SRCS_MIN+= DebugInfo/CodeView/DebugFrameDataSubsection.cpp
[all …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap176 umbrella "llvm/DebugInfo/CodeView"
180 textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
181 textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
182 textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td78 def codeview : FF<"codeview", "Display CodeView debug information">, Group<grp_coff>;
79 def codeview_ghash : FF<"codeview-ghash", "Enable global hashing for CodeView type stream de-duplic…
80 def codeview_merged_types : FF<"codeview-merged-types", "Display the merged CodeView type stream">,…
H A Dllvm-readobj.cpp149 static bool CodeView; variable
300 opts::CodeView = Args.hasArg(OPT_codeview); in parseOptions()
502 if (opts::CodeView) in dumpObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def1 //===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
H A DCodeViewTypes.def1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
H A DCodeViewRegisters.def1 //===-- CodeViewRegisters.def - CodeView registers --------------*- C++ -*-===//
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist565 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1449 // as CodeView debug info records. This is expensive, as it disables inlining
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4361 // CodeView is enabled.
4382 HelpText<"Generate CodeView debug information">,
4392 …PosFlag<SetTrue, [], [ClangOption], "Emit compiler path and command line into CodeView debug infor…
4393 …NegFlag<SetFalse, [], [ClangOption], "Don't emit compiler path and command line into CodeView debu…
8483 HelpText<"Enable CodeView debug information in object files">;