Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
68 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in printSwitchToSection()
110 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
H A DMCStreamer.cpp826 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()
838 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
H A DMCContext.cpp683 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
H A DWinCOFFObjectWriter.cpp330 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionCOFF.h66 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
H A DCOFFDumper.cpp632 W.printFlags ("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
/llvm-project-15.0.7/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.h877 uint16_t getCharacteristics() const { in getCharacteristics() function
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp201 auto getCharacteristics = in instMayAlias() local
225 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()
226 MUC1 = getCharacteristics(&Other); in instMayAlias()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp98 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp503 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp598 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp762 const uint16_t Cha = Obj.getCharacteristics(); in printCOFFFileHeader()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24590 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local
24618 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()
24619 MUC1 = getCharacteristics(Op1); in mayAlias()