Searched refs:getCharacteristics (Results 1 – 13 of 13) 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()
800 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()812 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
662 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
326 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
66 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function177 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
877 uint16_t getCharacteristics() const { in getCharacteristics() function
76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
631 W.printFlags ("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
96 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()888 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
601 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
22732 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in isAlias() local22760 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in isAlias()22761 MUC1 = getCharacteristics(Op1); in isAlias()