Searched refs:evaluateMIPS64Relocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 35 Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType, in evaluateRelocation() 109 int64_t RuntimeDyldELFMips::evaluateMIPS64Relocation( in evaluateMIPS64Relocation() function in RuntimeDyldELFMips 269 int64_t CalculatedValue = evaluateMIPS64Relocation( in resolveMIPSN32Relocation() 285 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPSN64Relocation() 290 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation() 296 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation()
|
| H A D | RuntimeDyldELFMips.h | 55 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
|