Searched refs:PrependPath (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | dsymutil.h | 40 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose, 46 StringRef PrependPath = "");
|
| H A D | DebugMap.cpp | 119 StringRef PrependPath; member 126 DebugMap::parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, in parseYAMLDebugMap() argument 134 Ctxt.PrependPath = PrependPath; in parseYAMLDebugMap() 238 SmallString<80> Path(Ctxt.PrependPath); in denormalize()
|
| H A D | MachODebugMapParser.cpp | 630 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose, in parseDebugMap() argument 633 return DebugMap::parseYAMLDebugMap(InputFile, PrependPath, Verbose); in parseDebugMap() 635 MachODebugMapParser Parser(VFS, InputFile, Archs, PrependPath, in parseDebugMap() 642 StringRef PrependPath) { in dumpStab() argument 643 MachODebugMapParser Parser(VFS, InputFile, Archs, PrependPath, false); in dumpStab()
|
| H A D | LinkUtils.h | 70 std::string PrependPath; member
|
| H A D | dsymutil.cpp | 339 Options.LinkOpts.PrependPath = OsoPrependPath->getValue(); in getOptions() 623 Options.LinkOpts.PrependPath)) in main() 630 Options.LinkOpts.PrependPath, Options.PaperTrailWarnings, in main()
|
| H A D | DebugMap.h | 129 parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose);
|
| H A D | DwarfLinkerForBinary.cpp | 124 if (!Options.PrependPath.empty()) { in copySwiftInterfaces() 126 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces() 580 GeneralLinker.setPrependPath(Options.PrependPath); in link()
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | RemarkLinker.cpp | 66 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath() 83 PrependPath ? std::optional<StringRef>(StringRef(*PrependPath)) in link()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/ |
| H A D | RemarkLinker.h | 55 std::optional<std::string> PrependPath; member 62 void setExternalFilePrependPath(StringRef PrependPath);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 308 void setPrependPath(const std::string &Ppath) { Options.PrependPath = Ppath; } in setPrependPath() 842 std::string PrependPath; member
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2203 SmallString<0> Path(Options.PrependPath); in loadClangModule()
|