Searched refs:m_reloc_placeholder (Results 1 – 2 of 2) sorted by relevance
657 …llvm::GlobalVariable *m_reloc_placeholder; ///< A placeholder that will b… variable
111 m_reloc_placeholder(NULL), in IRForTarget()1433 if (global_variable == m_reloc_placeholder) in MaterializeInternalVariable()2513 …llvm::Constant *reloc_getelementptr = ConstantExpr::getGetElementPtr(m_reloc_placeholder, offsets); in BuildRelocation()2546 m_reloc_placeholder->replaceAllUsesWith(relocated_bitcast); in CompleteDataAllocation()2548 m_reloc_placeholder->eraseFromParent(); in CompleteDataAllocation()2646 m_reloc_placeholder = new llvm::GlobalVariable((*m_module), in runOnModule()