Home
last modified time | relevance | path

Searched refs:dwp (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwp/
H A DBUILD.gn5 symlink_or_copy("dwp") {
6 deps = [ ":llvm-dwp" ]
7 source = "llvm-dwp"
8 output = "$root_out_dir/bin/dwp"
12 # //:llvm-dwp depends on this symlink target, see comment in //BUILD.gn.
14 deps = [ ":llvm-dwp" ]
16 deps += [ ":dwp" ]
20 executable("llvm-dwp") {
30 sources = [ "llvm-dwp.cpp" ]
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/
H A DCMakeLists.txt13 add_llvm_tool(llvm-dwp
14 llvm-dwp.cpp
21 add_llvm_tool_symlink(dwp llvm-dwp)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/
H A DBUILD.gn79 group("llvm-dwp") {
80 deps = [ "//llvm/tools/llvm-dwp:symlinks" ]
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A DOpts.td38 defm dwp : Eq<"dwp", "Path to DWP file to be use for any split CUs">, MetaVarName<"<file>">;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h162 void IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, IndexSet &set);
H A DManualDWARFIndex.cpp140 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, in IndexUnit() argument
171 if (dwo_symbol_file == dwp) { in IndexUnit()
/openbsd-src/gnu/usr.bin/clang/llvm-config/
H A DLibraryDependencies.inc.PowerPC16 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
48 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.Sparc16 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
48 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.Mips16 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
48 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.X8616 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
48 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.RISCV16 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
48 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.ARM16 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
55 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
H A DLibraryDependencies.inc.AArch6423 …lview", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "dwp", "executionengine"…
55 { "dwp", "LLVMDWP", true, {"debuginfodwarf", "mc", "object", "support", "target"} },
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/test/
H A DBUILD.gn84 "//llvm/tools/llvm-dwp",
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A DBUILD.gn102 # (The dwp tool can link all the debug info together into a single
117 # macOS also has a debug info linker like dwp, it's called dsymutil.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/test/
H A DBUILD.gn178 "//llvm/tools/llvm-dwp",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/
H A DBUILD.gn265 "//llvm/tools/llvm-dwp",
/openbsd-src/gnu/llvm/clang/cmake/caches/
H A DFuchsia-stage2.cmake261 llvm-dwp
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-symbolizer.rst245 .. option:: --dwp <path>
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake1289 llvm-dwp
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst5667 * - llvm/tools/llvm-dwp
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3175 " .dwo/.dwp files when using Split DWARF">>;