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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h140 DenseMap<SID, SID> SectionToGOTMap; member in class:llvm::RuntimeDyldELF
H A DRuntimeDyldELF.cpp657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset;
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
1827 SectionToGOTMap[i->second] = GOTSectionID;

Completed in 101 milliseconds