HomeSort by relevance Sort by last modified time
    Searched defs:getSectionLoadAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 269 uint64_t getSectionLoadAddress(unsigned SectionID) const {
414 getSectionLoadAddress(SymEntry.getSectionID()) + SymEntry.getOffset();
RuntimeDyld.cpp 808 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
832 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress(
    [all...]

Completed in 404 milliseconds