Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h122 void *computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const;
H A DRuntimeDyldELF.cpp1080 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress() function in llvm::RuntimeDyldELF
1362 reinterpret_cast<uint32_t*>(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1374 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1819 computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1863 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1866 Value.Addend += support::ulittle64_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()
1882 Value.Addend += support::ulittle32_t::ref(computePlaceholderAddress(SectionID, Offset)); in processRelocationRef()