Home
last modified time | relevance | path

Searched refs:CodeView (Results 1 – 14 of 14) 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.def106 /// Whether we should emit CodeView debug information. It's possible to emit
107 /// CodeView and DWARF into the same object.
110 /// Whether to emit the .debug$H section containing hashes of CodeView types.
113 /// Whether to emit the compiler path and command line into the CodeView debug information.
H A DAttrDocs.td7307 memory, such as operator new in C++. When CodeView debug information is emitted
/freebsd/lib/clang/libllvm/
H A DMakefile567 SRCS_MIN+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
568 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
569 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
570 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
571 SRCS_MIN+= DebugInfo/CodeView/CodeViewRecordIO.cpp
572 SRCS_MIN+= DebugInfo/CodeView/ContinuationRecordBuilder.cpp
573 SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp
574 SRCS_MIN+= DebugInfo/CodeView/DebugCrossExSubsection.cpp
575 SRCS_MIN+= DebugInfo/CodeView/DebugCrossImpSubsection.cpp
576 SRCS_MIN+= DebugInfo/CodeView/DebugFrameDataSubsection.cpp
[all …]
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap184 umbrella "llvm/DebugInfo/CodeView"
188 textual header "llvm/DebugInfo/CodeView/CodeViewLanguages.def"
189 textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
190 textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
191 textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewLanguages.def1 //===-- CodeViewLanguages.def - All CodeView languages ----------*- C++ -*-===//
H A DCodeViewTypes.def1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
H A DCodeViewSymbols.def1 //===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
H A DCodeViewRegisters.def1 //===-- CodeViewRegisters.def - CodeView registers --------------*- C++ -*-===//
/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.cpp151 static bool CodeView; variable
301 opts::CodeView = Args.hasArg(OPT_codeview); in parseOptions()
503 if (opts::CodeView) in dumpObject()
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist806 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1516 // as CodeView debug info records. This is expensive, as it disables inlining
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4630 // CodeView is enabled.
4651 HelpText<"Generate CodeView debug information">,
4661 …PosFlag<SetTrue, [], [ClangOption], "Emit compiler path and command line into CodeView debug infor…
4662 …NegFlag<SetFalse, [], [ClangOption], "Don't emit compiler path and command line into CodeView debu…
9030 HelpText<"Enable CodeView debug information in object files">;