Searched refs:dwo (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 42 : Eq<"split-dwo", "Equivalent to extract-dwo on the input file to " 43 "<dwo-file>, then strip-dwo on the input file">, 44 MetaVarName<"dwo-file">; 99 def strip_dwo : Flag<["--"], "strip-dwo">, 100 HelpText<"Remove all DWARF .dwo sections from file">; 120 : Flag<["--"], "extract-dwo">, 122 "Remove all sections that are not DWARF .dwo sections from file">;
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-objcopy.rst | 312 .. option:: --extract-dwo 314 Remove all sections that are not DWARF .dwo sections from the output. 440 .. option:: --split-dwo <dwo-file> 442 Equivalent to running :program:`llvm-objcopy` with :option:`--extract-dwo` and 443 ``<dwo-file>`` as the output file and no other options, and then with 444 :option:`--strip-dwo` on the input file. 446 .. option:: --strip-dwo 448 Remove all DWARF .dwo sections from the output.
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Makefile.rules | 636 DWOS := $(OBJECTS:.o=.dwo) 639 DYLIB_DWOS := $(DYLIB_OBJECTS:.o=.dwo)
|
/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | BUILD.gn | 97 # written to a .dwo file next to each .o file instead of into the .o 99 # a pointer to each .dwo file. The debugger then reads debug info out 100 # of all the .dwo files instead of from the binary.
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | extensions.rst | 41 is used to locate external ``.dwo`` files on ELF-based platforms. The
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 2464 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(); in GetMangledNamesForFunction() local 2465 if (dwo) in GetMangledNamesForFunction() 2466 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 354 ///< of inline stack frames without .dwo files.
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Options.td | 625 HelpText<"Directory to store .dwo files when LTO and debug fission are used">;
|
/openbsd/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 1561 `.debug_rnglists`, `.debug_rnglists.dwo`, `.debug_loclists`, and 1562 `.debug_loclists.dwo` sections. 1607 `.debug_rnglists`, `.debug_rnglists.dwo`, `.debug_loclists`, and 1608 `.debug_loclists.dwo` sections corresponding to any given program location do 3199 `.debug_loclists` or `.debug_loclists.dwo` (for split DWARF object files) that
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 1001 ``.debug_rnglists``, ``.debug_rnglists.dwo``, ``.debug_loclists``, and 1002 ``.debug_loclists.dwo`` sections. 1047 ``.debug_rnglists``, ``.debug_rnglists.dwo``, ``.debug_loclists``, and 1048 ``.debug_loclists.dwo`` sections corresponding to any given program location do 3067 ``.debug_loclists`` or ``.debug_loclists.dwo`` (for split DWARF object files)
|
H A D | GettingStarted.rst | 1222 extension .dwo). This only applies to host platforms using ELF, such as Linux.
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 3175 " .dwo/.dwp files when using Split DWARF">>;
|