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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp102 class GVMemoryBlock final : public CallbackVH {
103 GVMemoryBlock(const GlobalVariable *GV) function in class:__anon3641::final
108 /// GVMemoryBlock object prefixes that.
113 alignTo(sizeof(GVMemoryBlock), TD.getPreferredAlign(GV)) + GVSize);
114 new(RawMemory) GVMemoryBlock(GV);
115 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock);
122 this->~GVMemoryBlock();
129 return GVMemoryBlock::Create(GV, getDataLayout());

Completed in 36 milliseconds