Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp34 Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType, in evaluateRelocation()
108 int64_t RuntimeDyldELFMips::evaluateMIPS64Relocation( in evaluateMIPS64Relocation() function in RuntimeDyldELFMips
268 int64_t CalculatedValue = evaluateMIPS64Relocation( in resolveMIPSN32Relocation()
284 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPSN64Relocation()
289 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation()
295 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation()
H A DRuntimeDyldELFMips.h53 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,