Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h292 bool IsMipsN64ABI; variable
344 IsMipsN64ABI = false; in setMipsABI()
H A DRuntimeDyldELF.h70 else if (IsMipsN64ABI) in getMaxStubSize()
H A DRuntimeDyldELF.cpp653 IsMipsN64ABI = false; in setMipsABI()
661 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in setMipsABI()
1474 } else if (IsMipsN32ABI || IsMipsN64ABI) { in processRelocationRef()
2244 else if (IsMipsN64ABI) in getGOTEntrySize()
2380 if (IsMipsN32ABI || IsMipsN64ABI) { in finalizeLoad()
H A DRuntimeDyld.cpp1007 } else if (IsMipsN64ABI) { in createStubFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp22 } else if (IsMipsN64ABI) in resolveRelocation()