Home
last modified time | relevance | path

Searched refs:setABIVersion (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h20 void setABIVersion(uint8_t ver);
H A DMipsGNUInfo.cpp20 void MipsGNUInfo::setABIVersion(uint8_t ver) { in setABIVersion() function in mcld::MipsGNUInfo
H A DMipsLDBackend.cpp243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0); in doPostLayout()