Home
last modified time | relevance | path

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

/freebsd-12.1/lib/clang/libllvm/
H A DMakefile376 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
377 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
378 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
388 SRCS_EXT+= DebugInfo/CodeView/DebugSubsection.cpp
393 SRCS_MIN+= DebugInfo/CodeView/EnumTables.cpp
394 SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp
397 SRCS_MIN+= DebugInfo/CodeView/Line.cpp
399 SRCS_MIN+= DebugInfo/CodeView/RecordName.cpp
403 SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp
407 SRCS_MIN+= DebugInfo/CodeView/TypeHashing.cpp
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap144 umbrella "DebugInfo/CodeView"
148 textual header "DebugInfo/CodeView/CodeViewRegisters.def"
149 textual header "DebugInfo/CodeView/CodeViewTypes.def"
150 textual header "DebugInfo/CodeView/CodeViewSymbols.def"
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def303 /// Whether we should emit CodeView debug information. It's possible to emit
304 /// CodeView and DWARF into the same object.
307 /// Whether to emit the .debug$H section containing hashes of CodeView types.
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp196 cl::opt<bool> CodeView("codeview", variable
525 if (opts::CodeView) in dumpObject()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def1 //===-- CodeViewRegisters.def - CodeView registers --------------*- C++ -*-===//
H A DCodeViewTypes.def1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
H A DCodeViewSymbols.def1 //===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
/freebsd-12.1/contrib/llvm/
H A DFREEBSD-Xlist50 lib/DebugInfo/CodeView/CMakeLists.txt
51 lib/DebugInfo/CodeView/LLVMBuild.txt
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCLCompatOptions.td236 HelpText<"Enable CodeView debug information in object files">;
H A DOptions.td1871 HelpText<"Generate CodeView debug information">,
1879 // CodeView is enabled.
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.td779 // as CodeView debug info records. This is expensive, as it disables inlining