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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h59 int64_t evaluateMIPS64Relocation(const SectionEntry &Section,
H A DRuntimeDyldELF.cpp611 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value,
616 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
622 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldELF
636 DEBUG(dbgs() << "evaluateMIPS64Relocation, LocalAddress: 0x"

Completed in 108 milliseconds