Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h715 BuildRelocation(llvm::Type *type,
/external/lldb/source/Expression/
DIRForTarget.cpp1460 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable()
1910 Constant *new_initializer = BuildRelocation(char_ptr_ty, offset); in ReplaceStrings()
2065 Constant *new_pointer = BuildRelocation(fp_ptr_ty, aligned_offset); in ReplaceStaticLiterals()
2500 IRForTarget::BuildRelocation(llvm::Type *type, uint64_t offset) in BuildRelocation() function in IRForTarget