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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 43 bool resolveARMRelocation(const RelocationEntry &RE, uint64_t Value);
RuntimeDyldELF.h 48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
RuntimeDyldMachO.cpp 291 resolveARMRelocation(RE, Value);
362 bool RuntimeDyldMachO::resolveARMRelocation(const RelocationEntry &RE,
RuntimeDyldELF.cpp 499 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section,
509 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
    [all...]

Completed in 64 milliseconds