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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 72 RuntimeDyld& getRTDyld();
75 const RuntimeDyld& getRTDyld() const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 730 if (getRTDyld().getSymbol(Symbol))
732 return !!getRTDyld().Resolver.findSymbol(Symbol);
737 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol)));
741 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol))
743 return getRTDyld().Resolver.findSymbol(Symbol).getAddress();
751 return getRTDyld().readBytesUnaligned(Src, Size);
803 getRTDyld().Sections[SectionID].getAddress()));
805 Addr = getRTDyld().Sections[SectionID].getLoadAddress();
838 getRTDyld().Sections[SectionID].getAddress());
841 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress()
    [all...]
RuntimeDyldCheckerImpl.h 43 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 496 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr);
576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);

Completed in 298 milliseconds