Searched refs:elfFlags (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsAbiFlags.cpp | 183 bool MipsAbiFlags::fillByElfFlags(const Input& pInput, uint64_t elfFlags, in fillByElfFlags() argument 185 mipsAbi.m_IsaLevel = getIsaLevel(elfFlags); in fillByElfFlags() 186 mipsAbi.m_IsaRev = getIsaRev(elfFlags); in fillByElfFlags() 187 mipsAbi.m_IsaExt = getIsaExt(elfFlags); in fillByElfFlags() 189 mipsAbi.m_GprSize = is32BitElfFlags(elfFlags) ? in fillByElfFlags() 197 if (elfFlags & llvm::ELF::EF_MIPS_MICROMIPS) in fillByElfFlags() 199 if (elfFlags & llvm::ELF::EF_MIPS_ARCH_ASE_M16) in fillByElfFlags() 201 if (elfFlags & llvm::ELF::EF_MIPS_ARCH_ASE_MDMX) in fillByElfFlags()
|
D | MipsAbiFlags.h | 38 static bool fillByElfFlags(const Input& pInput, uint64_t elfFlags,
|
D | MipsLDBackend.cpp | 1043 static bool getAbiFlags(const Input& pInput, uint64_t elfFlags, bool& hasFlags, in getAbiFlags() argument 1046 if (!MipsAbiFlags::fillByElfFlags(pInput, elfFlags, pElfFlags)) in getAbiFlags() 1164 uint64_t elfFlags = 0; in preMergeSections() local 1177 if (!mergeElfFlags(*input, elfFlags, newElfFlags)) in preMergeSections() 1186 m_pInfo.setElfFlags(elfFlags); in preMergeSections()
|