Home
last modified time | relevance | path

Searched refs:IsMipsN32ABI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp19 else if (IsMipsN32ABI) { in resolveRelocation()
32 if (IsMipsN32ABI) { in evaluateRelocation()
43 if (IsMipsN32ABI) { in applyRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h291 bool IsMipsN32ABI; variable
343 IsMipsN32ABI = false; in setMipsABI()
H A DRuntimeDyldELF.h68 else if (IsMipsO32ABI || IsMipsN32ABI) in getMaxStubSize()
H A DRuntimeDyldELF.cpp652 IsMipsN32ABI = false; in setMipsABI()
659 IsMipsN32ABI = AbiVariant & ELF::EF_MIPS_ABI2; in setMipsABI()
1474 } else if (IsMipsN32ABI || IsMipsN64ABI) { in processRelocationRef()
1511 if (IsMipsN32ABI) { in processRelocationRef()
2242 if (IsMipsO32ABI || IsMipsN32ABI) in getGOTEntrySize()
2380 if (IsMipsN32ABI || IsMipsN64ABI) { in finalizeLoad()
H A DRuntimeDyld.cpp990 } else if (IsMipsO32ABI || IsMipsN32ABI) { in createStubFunction()