Searched defs:GVMemoryBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp93 class GVMemoryBlock : public CallbackVH { class in namespace:__anon25837
94 GVMemoryBlock(const GlobalVariable *GV) function in class:__anon25837::GVMemoryBlock
99 /// GVMemoryBlock object prefixes that.
104 DataLayout::RoundUpAlignment(sizeof(GVMemoryBlock),
107 new(RawMemory) GVMemoryBlock(GV);
108 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock);
115 this->~GVMemoryBlock();
122 return GVMemoryBlock::Create(GV, *getDataLayout());

Completed in 45 milliseconds