Home
last modified time | relevance | path

Searched refs:PrependPath (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.h40 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose,
46 StringRef PrependPath = "");
H A DDebugMap.cpp119 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 DMachODebugMapParser.cpp630 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 DLinkUtils.h70 std::string PrependPath; member
H A Ddsymutil.cpp339 Options.LinkOpts.PrependPath = OsoPrependPath->getValue(); in getOptions()
623 Options.LinkOpts.PrependPath)) in main()
630 Options.LinkOpts.PrependPath, Options.PaperTrailWarnings, in main()
H A DDebugMap.h129 parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose);
H A DDwarfLinkerForBinary.cpp124 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 DRemarkLinker.cpp66 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 DRemarkLinker.h55 std::optional<std::string> PrependPath; member
62 void setExternalFilePrependPath(StringRef PrependPath);
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h308 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 DDWARFLinker.cpp2203 SmallString<0> Path(Options.PrependPath); in loadClangModule()