Home
last modified time | relevance | path

Searched refs:dwo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td50 …: Eq<"split-dwo", "Equivalent to --extract-dwo and <dwo-file> as the output file and no other opti…
51 "and then --strip-dwo on the input file">,
52 MetaVarName<"dwo-file">;
116 def strip_dwo : Flag<["--"], "strip-dwo">,
117 HelpText<"Remove all DWARF .dwo sections">;
138 : Flag<["--"], "extract-dwo">,
140 "Remove all sections that are not DWARF .dwo sections from file">;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td10 def execFileNames : S<"e", "Specify the executable/library files to get the list of *.dwo from.">, MetaVarName<"<filename>">;
15 "\t\tfor .debug_*.dwo sections overfolws into a warning. = soft-stop, This produces a \n"
/freebsd/sys/contrib/openzfs/module/
H A D.gitignore7 *.dwo
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp712 SymbolFileDWARFDwo *dwo = in GetSkeletonUnit() local
715 if (dwo) in GetSkeletonUnit()
716 m_skeleton_unit = dwo->GetBaseSymbolFile().GetSkeletonUnit(this); in GetSkeletonUnit()
H A DSymbolFileDWARF.cpp2670 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(); in GetMangledNamesForFunction() local
2671 if (dwo) in GetMangledNamesForFunction()
2672 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
2727 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(load_all_debug_info); in GetDebugInfoSize() local
2728 if (dwo) in GetDebugInfoSize()
2729 debug_info_size += dwo->GetDebugInfoSize(); in GetDebugInfoSize()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def93 ///< of inline stack frames without .dwo files.
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td46 "Directory to store .dwo files when LTO and debug fission are used">;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1433 dwo_listings.ForEach([&strm](StructuredData::Object *dwo) { in DumpDwoFilesTable() argument
1434 StructuredData::Dictionary *dict = dwo->GetAsDictionary(); in DumpDwoFilesTable()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td697 HelpText<"Directory to store .dwo files when LTO and debug fission are used">;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4299 " .dwo/.dwp files when using Split DWARF">>;