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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
RuntimeDyldChecker.cpp 732 if (getRTDyld().getSymbol(Symbol))
734 return !!getRTDyld().Resolver.findSymbol(Symbol);
739 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol)));
743 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol))
745 return getRTDyld().Resolver.findSymbol(Symbol).getAddress();
753 return getRTDyld().readBytesUnaligned(Src, Size);
805 getRTDyld().Sections[SectionID].getAddress()));
807 Addr = getRTDyld().Sections[SectionID].getLoadAddress();
840 getRTDyld().Sections[SectionID].getAddress());
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress()
    [all...]

Completed in 45 milliseconds