Searched refs:filePath (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 697 llvm::SmallString<MAX_PATH> filePath = mModuleCacheDir; local in function:JitCache::notifyObjectCompiled 698 llvm::sys::path::append(filePath, moduleID); 700 llvm::SmallString<MAX_PATH> objPath = filePath; 713 llvm::raw_fd_ostream fileObj(filePath.c_str(), err, llvm::sys::fs::F_None); 744 llvm::SmallString<MAX_PATH> filePath = mModuleCacheDir; local in function:JitCache::getObject 745 llvm::sys::path::append(filePath, moduleID); 747 llvm::SmallString<MAX_PATH> objFilePath = filePath; 751 FILE* fpIn = fopen(filePath.c_str(), "rb"); 790 SWR_TRACE("Invalid object cache file, ignoring: %s", filePath.c_str());
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 721 llvm::SmallString<MAX_PATH> filePath = mModuleCacheDir; local in function:JitCache::notifyObjectCompiled 722 llvm::sys::path::append(filePath, moduleID); 724 llvm::SmallString<MAX_PATH> objPath = filePath; 737 llvm::raw_fd_ostream fileObj(filePath.c_str(), err, llvm::sys::fs::F_None); 768 llvm::SmallString<MAX_PATH> filePath = mModuleCacheDir; local in function:JitCache::getObject 769 llvm::sys::path::append(filePath, moduleID); 771 llvm::SmallString<MAX_PATH> objFilePath = filePath; 775 FILE* fpIn = fopen(filePath.c_str(), "rb"); 814 SWR_TRACE("Invalid object cache file, ignoring: %s", filePath.c_str());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 509 Function::printCFGraph(const char *filePath) argument 511 FILE *out = fopen(filePath, "a"); 513 ERROR("failed to open file: %s\n", filePath); 516 INFO("printing control flow graph to: %s\n", filePath);
|
| H A D | nv50_ir.h | 1200 void printCFGraph(const char *filePath);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_bb.cpp | 509 Function::printCFGraph(const char *filePath) argument 511 FILE *out = fopen(filePath, "a"); 513 ERROR("failed to open file: %s\n", filePath); 516 INFO("printing control flow graph to: %s\n", filePath);
|
| H A D | nv50_ir.h | 1254 void printCFGraph(const char *filePath);
|
Completed in 14 milliseconds