Home
last modified time | relevance | path

Searched defs:MemoryBlock (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DMemory.h31 MemoryBlock() : Address(nullptr), Size(0) { } in MemoryBlock() function
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } in MemoryBlock() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h31 MemoryBlock() : Address(nullptr), Size(0) { } in MemoryBlock() function
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { } in MemoryBlock() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h34 MemoryBlock() : Address(nullptr), AllocatedSize(0) {} in MemoryBlock() function
35 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() function
/external/llvm-project/llvm/include/llvm/Support/
DMemory.h34 MemoryBlock() : Address(nullptr), AllocatedSize(0) {} in MemoryBlock() function
35 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() function
/external/pdfium/third_party/lcms/src/
Dcmscgats.c172 char* MemoryBlock; // The stream if holded in memory member