Searched refs:allocateGOTEntries (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h105 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
H A DRuntimeDyldELF.cpp1431 RE.SymOffset = allocateGOTEntries(SectionID, 1);
1684 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1);
1704 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1);
1766 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) function in class:llvm::RuntimeDyldELF

Completed in 106 milliseconds