Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.h89 void setMipsABI(const ObjectFile &Obj) override;
HDRuntimeDyldImpl.h341 virtual void setMipsABI(const ObjectFile &Obj) { in setMipsABI() function
HDRuntimeDyld.cpp188 setMipsABI(Obj); in loadObjectImpl()
HDRuntimeDyldELF.cpp648 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI() function in llvm::RuntimeDyldELF