HomeSort by: relevance | last modified time | path
    Searched defs:getSectionLoadAddress (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 464 uint64_t getSectionLoadAddress(unsigned SectionID) const {
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID);
RuntimeDyld.cpp 150 uint64_t Addr = getSectionLoadAddress(Idx);
1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
1254 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress(
1401 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const {
1403 return Dyld->getSectionLoadAddress(SectionID);

Completed in 20 milliseconds