Searched refs:PrependPath (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 60 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath() 77 PrependPath ? Optional<StringRef>(StringRef(*PrependPath)) in link()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | dsymutil.h | 40 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose, 46 StringRef PrependPath = "");
|
H A D | DebugMap.cpp | 120 StringRef PrependPath; member 127 DebugMap::parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, in parseYAMLDebugMap() argument 135 Ctxt.PrependPath = PrependPath; in parseYAMLDebugMap() 239 SmallString<80> Path(Ctxt.PrependPath); in denormalize()
|
H A D | MachODebugMapParser.cpp | 603 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose, in parseDebugMap() argument 606 return DebugMap::parseYAMLDebugMap(InputFile, PrependPath, Verbose); in parseDebugMap() 608 MachODebugMapParser Parser(VFS, InputFile, Archs, PrependPath, in parseDebugMap() 615 StringRef PrependPath) { in dumpStab() argument 616 MachODebugMapParser Parser(VFS, InputFile, Archs, PrependPath, false); in dumpStab()
|
H A D | LinkUtils.h | 59 std::string PrependPath; member
|
H A D | dsymutil.cpp | 268 Options.LinkOpts.PrependPath = OsoPrependPath->getValue(); in getOptions() 546 Options.LinkOpts.PrependPath)) in main() 553 Options.LinkOpts.PrependPath, Options.PaperTrailWarnings, in main()
|
H A D | DwarfLinkerForBinary.cpp | 125 if (!Options.PrependPath.empty()) { in copySwiftInterfaces() 127 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces() 327 GeneralLinker.setPrependPath(Options.PrependPath); in link()
|
H A D | DebugMap.h | 129 parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/ |
H A D | RemarkLinker.h | 50 Optional<std::string> PrependPath; member 57 void setExternalFilePrependPath(StringRef PrependPath);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h | 298 void setPrependPath(const std::string &Ppath) { Options.PrependPath = Ppath; } in setPrependPath() 801 std::string PrependPath; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 2054 SmallString<0> Path(Options.PrependPath); in loadClangModule()
|