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 return getRTDyld().getSymbolLocalAddress(Symbol) != nullptr;
735 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol)));
739 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol))
741 return getRTDyld().Resolver.findSymbol(Symbol).getAddress();
749 return getRTDyld().readBytesUnaligned(Src, Size);
802 reinterpret_cast<uintptr_t>(getRTDyld().Sections[SectionID].Address));
804 Addr = getRTDyld().Sections[SectionID].LoadAddress;
837 reinterpret_cast<uintptr_t>(getRTDyld().Sections[SectionID].Address);
840 uint64_t SectionBase = getRTDyld().Sections[SectionID].LoadAddress;
850 getRTDyld().GlobalSymbolTable.find(Name)
    [all...]
RuntimeDyldCheckerImpl.h 43 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 389 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr);
469 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);

Completed in 1396 milliseconds