Searched refs:IsWoA (Results 1 – 1 of 1) sorted by relevance
562 bool IsWoA = T.getArch() == Triple::arm || T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo() local573 (IsWoA ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) | in initCOFFMCObjectFileInfo()