Searched refs:BuildRelocation (Results 1 – 2 of 2) sorted by relevance
715 BuildRelocation(llvm::Type *type,
1460 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