reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1103 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + 1391 return Dyld->getSectionLoadAddress(SectionID);lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
521 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); 539 SectionAddr = getSectionLoadAddress(SectionID);lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); 174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);