Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1357 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1685 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1708 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1721 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1736 (void)allocateGOTEntries(0); in processRelocationRef()
1740 (void)allocateGOTEntries(0); in processRelocationRef()
1795 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries() function in llvm::RuntimeDyldELF
1811 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