Home
last modified time | relevance | path

Searched refs:IsVolatileSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DMemoryBuffer.cpp231 bool IsVolatileSize);
235 bool RequiresNullTerminator, bool IsVolatileSize) { in getFile() argument
240 IsVolatileSize); in getFile()
246 bool IsVolatileSize);
250 bool IsVolatileSize) { in getFileAux() argument
258 RequiresNullTerminator, IsVolatileSize); in getFileAux()
269 bool IsVolatileSize) { in shouldUseMmap() argument
273 if (IsVolatileSize) in shouldUseMmap()
314 bool IsVolatileSize) { in getOpenFileImpl() argument
341 PageSize, IsVolatileSize)) { in getOpenFileImpl()
[all …]
/external/llvm/include/llvm/Support/
DMemoryBuffer.h74 bool RequiresNullTerminator = true, bool IsVolatileSize = false);
85 int64_t Offset, bool IsVolatileSize = false);
95 bool RequiresNullTerminator = true, bool IsVolatileSize = false);