Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h122 void *computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const;
H A DRuntimeDyldELF.cpp1045 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress() function in llvm::RuntimeDyldELF
1329 reinterpret_cast<uint32_t*>(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1341 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1786 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1827 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1830 Value.Addend += support::ulittle64_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1837 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()