Searched refs:evaluateMIPS64Relocation (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 34 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 D | RuntimeDyldELFMips.h | 53 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
|