Home
last modified time | relevance | path

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

/freebsd-13.1/lib/clang/libllvm/
H A DMakefile445 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
446 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
447 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
457 SRCS_MIN+= DebugInfo/CodeView/DebugSubsection.cpp
462 SRCS_MIN+= DebugInfo/CodeView/EnumTables.cpp
463 SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp
466 SRCS_MIN+= DebugInfo/CodeView/Line.cpp
468 SRCS_MIN+= DebugInfo/CodeView/RecordName.cpp
472 SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp
476 SRCS_MIN+= DebugInfo/CodeView/TypeHashing.cpp
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A Dmodule.modulemap155 umbrella "DebugInfo/CodeView"
159 textual header "DebugInfo/CodeView/CodeViewRegisters.def"
160 textual header "DebugInfo/CodeView/CodeViewTypes.def"
161 textual header "DebugInfo/CodeView/CodeViewSymbols.def"
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td73 def codeview : FF<"codeview", "Display CodeView debug information">, Group<grp_coff>;
74 def codeview_ghash : FF<"codeview-ghash", "Enable global hashing for CodeView type stream de-duplic…
75 def codeview_merged_types : FF<"codeview-merged-types", "Display the merged CodeView type stream">,…
H A Dllvm-readobj.cpp139 static bool CodeView; variable
258 opts::CodeView = Args.hasArg(OPT_codeview); in parseOptions()
427 if (opts::CodeView) in dumpObject()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def360 /// Whether we should emit CodeView debug information. It's possible to emit
361 /// CodeView and DWARF into the same object.
364 /// Whether to emit the .debug$H section containing hashes of CodeView types.
H A DAttrDocs.td5622 memory, such as operator new in C++. When CodeView debug information is emitted
/freebsd-13.1/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-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist505 llvm/lib/DebugInfo/CodeView/CMakeLists.txt
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1006 // as CodeView debug info records. This is expensive, as it disables inlining
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2855 // CodeView is enabled.
2875 HelpText<"Generate CodeView debug information">,
6082 HelpText<"Enable CodeView debug information in object files">;