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

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 173 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 73 getSectionLoadAddress(const object::SectionRef &Sec) const override;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 312 uint64_t getSectionLoadAddress(unsigned SectionID) const {
471 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
RuntimeDyld.cpp 830 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
858 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress(
    [all...]
RuntimeDyldELF.cpp 138 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) {
657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 351 LoadedObjInfo->getSectionLoadAddress(*Sec);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 778 SectionLoadAddress = L->getSectionLoadAddress(*RSec);

Completed in 717 milliseconds