Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp66 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath()
80 PrependPath ? std::optional<StringRef>(StringRef(*PrependPath)) in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h55 std::optional<std::string> PrependPath; member
72 void setExternalFilePrependPath(StringRef PrependPath);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h61 std::string PrependPath; member
H A DDWARFLinkerImpl.h106 GlobalData.Options.PrependPath = Ppath; in setPrependPath()
H A DDWARFLinkerImpl.cpp380 SmallString<0> Path(GlobalData.getOptions().PrependPath); in loadClangModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2531 SmallString<0> Path(Options.PrependPath); in loadClangModule()