Searched refs:filePath (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | LTO.cpp | 244 SmallString<261> filePath("/tmp/lto.tmp"); in compile() 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() 293 saveOrHardlinkBuffer(objBuf, filePath, cachePath); in compile() 294 modTime = getModTime(filePath); in compile() 297 MemoryBufferRef(objBuf, saver().save(filePath.str())), modTime, in compile() 255 SmallString<261> filePath("/tmp/lto.tmp"); compile() local 301 auto filePath = outputFilePath(i); compile() local
|
/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 | 381 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage 451 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build() 591 if (llvm::sys::fs::file_size(Storage->filePath(), Result)) in getSize() 793 llvm::StringRef PCHPath = Storage.filePath(); in setupPreambleStorage()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 610 SmallString<64> filePath(file->getName()); in applyTransform() local 611 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform() 612 Remapper.remap(filePath.str(), std::move(memBuf)); in applyTransform()
|
H A D | ObjCMT.cpp | 1967 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local 1968 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit() 1969 Remapper.remap(filePath.str(), std::move(memBuf)); in HandleTranslationUnit()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 44055 const char *filePath, /* name of the database file */ 44073 if( !filePath ){ 44078 if( statfs(filePath, &fsInfo) != -1 ){ 44119 const char *filePath, /* name of the database file */ 44124 if( !filePath ){
|