Searched refs:getCharacteristics (Results 1 – 14 of 14) 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()66 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_INFO) in printSwitchToSection()70 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in printSwitchToSection()[all …]
834 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()846 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
715 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
350 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
66 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
679 W.printFlags("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function177 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
923 uint16_t getCharacteristics() const { in getCharacteristics() function
203 auto getCharacteristics = in instMayAlias() local227 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()228 MUC1 = getCharacteristics(&Other); in instMayAlias()
503 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
636 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
776 const uint16_t Cha = Obj.getCharacteristics(); in printPrivateHeaders()
27868 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local27901 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()27902 MUC1 = getCharacteristics(Op1); in mayAlias()