Home
last modified time | relevance | path

Searched refs:getCharacteristics (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionCOFF.cpp47 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()
H A DMCStreamer.cpp831 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()
842 MainCFISecCOFF->getCharacteristics() | in getWinCFISection()
H A DMCContext.cpp742 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
H A DWinCOFFObjectWriter.cpp320 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h69 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
H A DCOFFDumper.cpp680 W.printFlags("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function
177 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
H A DCOFF.h923 uint16_t getCharacteristics() const { in getCharacteristics() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp201 auto getCharacteristics = in instMayAlias() local
226 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()
227 MUC1 = getCharacteristics(&Other); in instMayAlias()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp504 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
887 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp616 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp776 const uint16_t Cha = Obj.getCharacteristics(); in printPrivateHeaders()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28262 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local
28292 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()
28293 MUC1 = getCharacteristics(Op1); in mayAlias()