Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h718 BuildRelocation(llvm::Type *type,
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp1454 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable()
1898 Constant *new_initializer = BuildRelocation(char_ptr_ty, offset); in ReplaceStrings()
2053 Constant *new_pointer = BuildRelocation(fp_ptr_ty, aligned_offset); in ReplaceStaticLiterals()
2488 IRForTarget::BuildRelocation(llvm::Type *type, uint64_t offset) in BuildRelocation() function in IRForTarget