Home
last modified time | relevance | path

Searched refs:ObjectPathName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp102 sys::fs::convertFDToNativeFile(TempFile.FD), ObjectPathName, in localCache()
120 E = TempFile.keep(ObjectPathName); in localCache()
126 TempFile.TmpName + " to " + ObjectPathName + ": " + in localCache()
130 ObjectPathName); in localCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h34 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS()
49 std::string ObjectPathName; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp438 TM->Options.ObjectFilenameForDebug = Stream->ObjectPathName; in codegen()