Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp35 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()
DRuntimeDyldELFMips.h55 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
/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