Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp1460 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable() local
1462 global_variable->replaceAllUsesWith(new_pointer); in MaterializeInternalVariable()
2065 Constant *new_pointer = BuildRelocation(fp_ptr_ty, aligned_offset); in ReplaceStaticLiterals() local
2067 llvm::LoadInst *fp_load = new llvm::LoadInst(new_pointer, "fp_load", inst); in ReplaceStaticLiterals()