1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/dsymutil
Adrian Prantl 49996d074b Add an -object-path-prefix option to dsymutil
to remap object file paths (but no source paths) before
processing. This is meant to be used for Clang objects where the
module cache location was remapped using ``-fdebug-prefix-map``; to
help dsymutil find the Clang module cache.

<rdar://problem/55685132>

Differential Revision: https://reviews.llvm.org/D76391
2020-03-24 17:13:42 -07:00
..
BinaryHolder.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
BinaryHolder.h Drop a StringMap.h include, NFC 2020-03-11 15:45:34 -07:00
CFBundle.cpp Use std::foo_t rather than std::foo in LLVM. 2020-02-11 15:12:51 -08:00
CFBundle.h
CMakeLists.txt [dsymutil] Explicitly link against libatomic when necessary 2020-02-17 22:28:18 +00:00
DebugMap.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
DebugMap.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
dsymutil.cpp Add an -object-path-prefix option to dsymutil 2020-03-24 17:13:42 -07:00
dsymutil.h
DwarfLinkerForBinary.cpp Add an -object-path-prefix option to dsymutil 2020-03-24 17:13:42 -07:00
DwarfLinkerForBinary.h [DWARFLinker][NFC] Remove usages of "const object::ObjectFile" from DWARFLinker. 2020-02-28 13:26:22 +03:00
DwarfStreamer.cpp Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime registration 2020-03-17 14:01:30 +01:00
DwarfStreamer.h [DWARFLinker][NFC] Remove usages of "const object::ObjectFile" from DWARFLinker. 2020-02-28 13:26:22 +03:00
LinkUtils.h Add an -object-path-prefix option to dsymutil 2020-03-24 17:13:42 -07:00
LLVMBuild.txt [Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimizing part. #2. 2020-01-08 14:15:31 +03:00
MachODebugMapParser.cpp Fix a copy and paste error that would cause a crash. 2020-03-06 18:07:36 -08:00
MachOUtils.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
MachOUtils.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Options.td Add an -object-path-prefix option to dsymutil 2020-03-24 17:13:42 -07:00
SymbolMap.cpp [llvm] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:16:46 -08:00
SymbolMap.h