Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
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()
[all …]
DMCStreamer.cpp826 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection()
838 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
DMCContext.cpp709 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
DWinCOFFObjectWriter.cpp330 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSectionCOFF.h66 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp76 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
DCOFFDumper.cpp677 W.printFlags("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DWindowsResource.h112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function
177 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
DCOFF.h866 uint16_t getCharacteristics() const { in getCharacteristics() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLoadStoreOpt.cpp201 auto getCharacteristics = in instMayAlias() local
225 MemUseCharacteristics MUC0 = getCharacteristics(&MI), in instMayAlias()
226 MUC1 = getCharacteristics(&Other); in instMayAlias()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dcoff2yaml.cpp98 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWindowsResource.cpp503 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp605 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp766 const uint16_t Cha = Obj.getCharacteristics(); in printCOFFFileHeader()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp26037 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in mayAlias() local
26070 MemUseCharacteristics MUC0 = getCharacteristics(Op0), in mayAlias()
26071 MUC1 = getCharacteristics(Op1); in mayAlias()