Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp562 bool IsWoA = T.getArch() == Triple::arm || T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo() local
573 (IsWoA ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) | in initCOFFMCObjectFileInfo()