Searched refs:allocateGOTEntries (Results 1 – 2 of 2) sorted by relevance
88 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
1322 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()1341 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()1386 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries() function in llvm::RuntimeDyldELF