Home
last modified time | relevance | path

Searched refs:evaluateMIPS64Relocation (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h62 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
DRuntimeDyldELF.cpp611 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPS64Relocation()
616 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPS64Relocation()
622 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPS64Relocation()
631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, in evaluateMIPS64Relocation() function in llvm::RuntimeDyldELF