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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 44 bool resolveAArch64Relocation(const RelocationEntry &RE, uint64_t Value);
RuntimeDyldELF.h 45 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
RuntimeDyldMachO.cpp 295 resolveAArch64Relocation(RE, Value);
415 bool RuntimeDyldMachO::resolveAArch64Relocation(const RelocationEntry &RE,
RuntimeDyldELF.cpp 358 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section,
364 DEBUG(dbgs() << "resolveAArch64Relocation, LocalAddress: 0x"
    [all...]

Completed in 513 milliseconds