Searched refs:getFileAux (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 101 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, 178 return getFileAux(FilePath, -1, MapSize, Offset, false, false); in getFileSlice() 250 return getFileAux(Filename, FileSize, FileSize, 0, in getFile() 260 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux() function
|