Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkLinker.cpp60 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 Ddsymutil.h40 StringRef PrependPath, bool PaperTrailWarnings, bool Verbose,
46 StringRef PrependPath = "");
H A DDebugMap.cpp120 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 DMachODebugMapParser.cpp603 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 DLinkUtils.h59 std::string PrependPath; member
H A Ddsymutil.cpp268 Options.LinkOpts.PrependPath = OsoPrependPath->getValue(); in getOptions()
546 Options.LinkOpts.PrependPath)) in main()
553 Options.LinkOpts.PrependPath, Options.PaperTrailWarnings, in main()
H A DDwarfLinkerForBinary.cpp125 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 DDebugMap.h129 parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkLinker.h50 Optional<std::string> PrependPath; member
57 void setExternalFilePrependPath(StringRef PrependPath);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h298 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 DDWARFLinker.cpp2054 SmallString<0> Path(Options.PrependPath); in loadClangModule()