Searched refs:PathWithStatus (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV1.h | 640 class PathWithStatus : public Path { 645 PathWithStatus() : Path(), status(), fsIsValid(false) {} in PathWithStatus() function 648 PathWithStatus(const PathWithStatus &that) in PathWithStatus() function 654 PathWithStatus(const Path &other) in PathWithStatus() function 661 explicit PathWithStatus( in PathWithStatus() function 669 explicit PathWithStatus( in PathWithStatus() function 677 PathWithStatus &operator=(const PathWithStatus &that) { 687 PathWithStatus &operator=(const Path &that) {
|
D | FileUtilities.h | 30 int DiffFilesWithTolerance(const sys::PathWithStatus &FileA, 31 const sys::PathWithStatus &FileB,
|
/external/swiftshader/third_party/LLVM/utils/fpcmp/ |
D | fpcmp.cpp | 36 int DF = DiffFilesWithTolerance(sys::PathWithStatus(File1), in main() 37 sys::PathWithStatus(File2), in main()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FileUtilities.cpp | 174 int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA, in DiffFilesWithTolerance() 175 const sys::PathWithStatus &FileB, in DiffFilesWithTolerance()
|
D | CommandLine.cpp | 507 sys::PathWithStatus respFile(++arg); in ExpandResponseFiles()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 288 sys::PathWithStatus PwS(*I); in recurseDirectories() 318 sys::PathWithStatus PwS(aPath); in buildPaths() 641 sys::PathWithStatus PwS(*found); in doReplaceOrInsert()
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | Archive.h | 172 sys::PathWithStatus path; ///< Path of file containing the member
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 185 sys::PathWithStatus uniqueObjPath("lto-llvm.o"); in compile_to_file()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Path.inc | 437 PathWithStatus::getFileStatus(bool update, std::string *ErrStr) const {
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Path.inc | 493 PathWithStatus::getFileStatus(bool update, std::string *ErrStr) const {
|