Searched refs:filePath (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 244 SmallString<261> filePath("/tmp/lto.tmp"); in compile() local 246 filePath = config->ltoObjPath; in compile() 248 path::append(filePath, Twine(i) + "." + in compile() 252 return filePath; in compile() 290 auto filePath = outputFilePath(i); in compile() local 293 saveOrHardlinkBuffer(objBuf, filePath, cachePath); in compile() 294 modTime = getModTime(filePath); in compile() 297 MemoryBufferRef(objBuf, saver().save(filePath.str())), modTime, in compile()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 760 const char *filePath, int columnOrder), 761 (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder), 765 const wchar_t *filePath, int columnOrder), 766 (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder), 771 const char *filePath, int columnOrder), 772 (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder),
|
| H A D | ittnotify.h | 3908 const char *filePath, int columnOrder); 3910 const wchar_t *filePath, int columnOrder); 3920 const char *filePath, int columnOrder); 3929 const char *filePath, int columnOrder)) 3932 const wchar_t *filePath, int columnOrder)) 3936 const char *filePath, int columnOrder))
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 380 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage 450 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build() 589 if (llvm::sys::fs::file_size(Storage->filePath(), Result)) in getSize() 791 llvm::StringRef PCHPath = Storage.filePath(); in setupPreambleStorage()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 44534 const char *filePath, /* name of the database file */ in autolockIoFinderImpl() argument 44552 if( !filePath ){ in autolockIoFinderImpl() 44557 if( statfs(filePath, &fsInfo) != -1 ){ in autolockIoFinderImpl() 44598 const char *filePath, /* name of the database file */ in vxworksIoFinderImpl() argument 44603 if( !filePath ){ in vxworksIoFinderImpl()
|