Searched refs:computePlaceholderAddress (Results 1 – 2 of 2) sorted by relevance
122 void *computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const;
1084 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress() function in llvm::RuntimeDyldELF1374 reinterpret_cast<uint32_t*>(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()1386 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()1826 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()1870 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()1873 Value.Addend += support::ulittle64_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()1889 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()