Searched refs:objFilePath (Results 1 – 1 of 1) sorted by relevance
765 llvm::SmallString<MAX_PATH> objFilePath = filePath; in getObject() local766 objFilePath += JIT_OBJ_EXT; in getObject()789 fpObjIn = fopen(objFilePath.c_str(), "rb"); in getObject()