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()
831 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()842 MainCFISecCOFF->getCharacteristics() | in getWinCFISection()
742 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
320 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
69 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
680 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
201 auto getCharacteristics = in instMayAlias() local226 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()227 MUC1 = getCharacteristics(&Other); in instMayAlias()
504 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()887 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
616 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
776 const uint16_t Cha = Obj.getCharacteristics(); in printPrivateHeaders()
28262 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local28292 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()28293 MUC1 = getCharacteristics(Op1); in mayAlias()