Searched refs:getCharacteristics (Results 1 – 10 of 10) sorted by relevance
47 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in PrintSwitchToSection()49 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in PrintSwitchToSection()51 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_EXECUTE) in PrintSwitchToSection()53 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_WRITE) in PrintSwitchToSection()55 else if (getCharacteristics() & COFF::IMAGE_SCN_MEM_READ) in PrintSwitchToSection()59 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE) in PrintSwitchToSection()61 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED) in PrintSwitchToSection()63 if ((getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) && in PrintSwitchToSection()68 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection()112 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
780 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()793 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
484 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
318 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
70 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function179 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
832 uint16_t getCharacteristics() const { in getCharacteristics() function
505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
593 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
20816 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in isAlias() local20842 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in isAlias()20843 MUC1 = getCharacteristics(Op1); in isAlias()