Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp255 SmallString<261> filePath("/tmp/lto.tmp"); compile() local
301 auto filePath = outputFilePath(i); compile() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp610 SmallString<64> filePath(file->getName()); in applyTransform() local
H A DObjCMT.cpp1967 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp381 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage