Home
last modified time | relevance | path

Searched refs:m_ElfFlags (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.cpp17 : GNUInfo(pTriple), m_ABIVersion(0), m_ElfFlags(0) { in MipsGNUInfo()
25 m_ElfFlags = flags; in setElfFlags()
44 return m_ElfFlags; in flags()
DMipsGNUInfo.h34 uint64_t m_ElfFlags; variable