Home
last modified time | relevance | path

Searched refs:allocateGOTEntries (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1367 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1695 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1718 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1731 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1746 (void)allocateGOTEntries(0); in processRelocationRef()
1750 (void)allocateGOTEntries(0); in processRelocationRef()
1805 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries() function in llvm::RuntimeDyldELF
1821 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry()
DRuntimeDyldELF.h104 uint64_t allocateGOTEntries(unsigned no);
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1374 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1702 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1725 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1738 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1753 (void)allocateGOTEntries(0); in processRelocationRef()
1757 (void)allocateGOTEntries(0); in processRelocationRef()
1812 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries() function in llvm::RuntimeDyldELF
1828 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry()
DRuntimeDyldELF.h105 uint64_t allocateGOTEntries(unsigned no);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h108 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
DRuntimeDyldELF.cpp1476 RE.SymOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1733 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1755 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1817 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries() function in llvm::RuntimeDyldELF