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()74 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in printSwitchToSection()
848 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()859 MainCFISecCOFF->getCharacteristics() | in getWinCFISection()
829 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
320 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
72 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
682 W.printFlags("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
113 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function179 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
974 uint16_t getCharacteristics() const { in getCharacteristics() function
198 auto getCharacteristics = in instMayAlias() local223 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()224 MUC1 = getCharacteristics(&Other); in instMayAlias()
504 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()887 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
651 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in parseDirectiveLinkOnce()
794 const uint16_t Cha = Obj.getCharacteristics(); in printPrivateHeaders()
29390 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local29420 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()29421 MUC1 = getCharacteristics(Op1); in mayAlias()