Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
29 uint64_t RuntimeDyldELFMips::evaluateRelocation(const RelocationEntry &RE, in evaluateRelocation()
41 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE, in applyRelocation()
53 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation()
108 int64_t RuntimeDyldELFMips::evaluateMIPS64Relocation( in evaluateMIPS64Relocation()
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()
265 void RuntimeDyldELFMips::resolveMIPSN32Relocation( in resolveMIPSN32Relocation()
274 void RuntimeDyldELFMips::resolveMIPSN64Relocation( in resolveMIPSN64Relocation()
303 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
H A DRuntimeDyldELFMips.h18 class RuntimeDyldELFMips : public RuntimeDyldELF {
23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp243 return std::make_unique<RuntimeDyldELFMips>(MemMgr, Resolver); in create()
/freebsd/lib/clang/libllvm/
H A DMakefile780 SRCS_XDB+= ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp