Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h65 StringRef getPath() const { return FinalPath; } in getPath()
84 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer()
86 std::string FinalPath; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp54 return Temp.keep(FinalPath); in commit()
95 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc389 SmallVector<wchar_t, 128> FinalPath;
392 if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
395 return is_local_internal(FinalPath, Result);