Home
last modified time | relevance | path

Searched refs:LinkerOutputFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2207 SString LinkerOutputFile; member in __anona29527bd2511::OutOfProcessThinBackend
2247 StringRef LinkerOutputFile, StringRef Distributor, in OutOfProcessThinBackend() argument
2253 LinkerOutputFile(LinkerOutputFile), DistributorPath(Distributor), in OutOfProcessThinBackend()
2274 SString ObjFilePath = sys::path::parent_path(LinkerOutputFile); in start()
2371 JOS.attribute("linker_output", LinkerOutputFile); in emitDistributorJson()
2451 SString JsonFile = sys::path::parent_path(LinkerOutputFile); in wait()
2452 sys::path::append(JsonFile, sys::path::stem(LinkerOutputFile) + "." + UID + in wait()
2504 StringRef LinkerOutputFile, StringRef Distributor, in createOutOfProcessThinBackend() argument
2514 LinkerOutputFile, Distributor, DistributorArgs, RemoteCompiler, in createOutOfProcessThinBackend()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h332 StringRef LinkerOutputFile, StringRef Distributor,