Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt108 // Calculate unique offset for CodeView elements.
122 There is some code in the CodeView reader that was extracted/adapted
130 // Move 'getSymbolKindName'/'formatRegisterId' to the CodeView Library.
132 There is some code in the CodeView reader that was extracted/adapted
133 from 'lib/DebugInfo/CodeView/SymbolDumper.cpp' that can be used.
188 // Add support for CodeView public symbols stream.
192 The ELF and CodeView readers use the public names information to create
194 names (.debug_pubnames, .debug_names) and CodeView public symbol stream
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def119 /// Whether we should emit CodeView debug information. It's possible to emit
120 /// CodeView and DWARF into the same object.
123 /// Whether to emit the .debug$H section containing hashes of CodeView types.
126 /// Whether to emit the compiler path and command line into the CodeView debug information.
H A DAttrDocs.td6286 memory, such as operator new in C++. When CodeView debug information is emitted
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile512 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
513 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
514 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
524 SRCS_MIW+= DebugInfo/CodeView/DebugSubsection.cpp
529 SRCS_MIN+= DebugInfo/CodeView/EnumTables.cpp
530 SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp
533 SRCS_MIN+= DebugInfo/CodeView/Line.cpp
535 SRCS_MIN+= DebugInfo/CodeView/RecordName.cpp
539 SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp
544 SRCS_MIN+= DebugInfo/CodeView/TypeHashing.cpp
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap179 umbrella "llvm/DebugInfo/CodeView"
183 textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
184 textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
185 textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
/freebsd-14.2/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
296 opts::CodeView = Args.hasArg(OPT_codeview); in parseOptions()
498 if (opts::CodeView) in dumpObject()
/freebsd-14.2/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-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist557 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1404 // as CodeView debug info records. This is expensive, as it disables inlining
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4135 // CodeView is enabled.
4156 HelpText<"Generate CodeView debug information">,
4166 …PosFlag<SetTrue, [], [ClangOption], "Emit compiler path and command line into CodeView debug infor…
4167 …NegFlag<SetFalse, [], [ClangOption], "Don't emit compiler path and command line into CodeView debu…
8159 HelpText<"Enable CodeView debug information in object files">;