Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h94 void setMipsABI(const ObjectFile &Obj) override;
DRuntimeDyldImpl.h336 virtual void setMipsABI(const ObjectFile &Obj) { in setMipsABI() function
DRuntimeDyld.cpp180 setMipsABI(Obj); in loadObjectImpl()
DRuntimeDyldELF.cpp584 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI() function in llvm::RuntimeDyldELF