Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionCOFF.cpp47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) in PrintSwitchToSection()
51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection()
83 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
DWinCOFFObjectWriter.cpp384 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h53 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function