Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h657 …llvm::GlobalVariable *m_reloc_placeholder; ///< A placeholder that will b… variable
/external/lldb/source/Expression/
DIRForTarget.cpp111 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()