Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp98 void *RawMemory = ::operator new( in Create() local
102 new(RawMemory) GVMemoryBlock(GV); in Create()
103 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock); in Create()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp108 void *RawMemory = ::operator new( in Create() local
110 new(RawMemory) GVMemoryBlock(GV); in Create()
111 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock); in Create()