Searched refs:CodeView (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 81 ### 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 D | DebugOptions.def | 121 /// 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 D | AttrDocs.td | 6492 memory, such as operator new in C++. When CodeView debug information is emitted
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 525 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 D | module.modulemap | 176 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 D | Opts.td | 78 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 D | llvm-readobj.cpp | 149 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 D | CodeViewSymbols.def | 1 //===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
|
H A D | CodeViewTypes.def | 1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
|
H A D | CodeViewRegisters.def | 1 //===-- CodeViewRegisters.def - CodeView registers --------------*- C++ -*-===//
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 565 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1449 // as CodeView debug info records. This is expensive, as it disables inlining
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4361 // 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">;
|