Home
last modified time | relevance | path

Searched refs:SectionTypeFlags (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp28 void ScalarBitSetTraits<XCOFF::SectionTypeFlags>::bitset( in bitset()
29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset()
183 NSectionFlags(IO &) : Flags(XCOFF::SectionTypeFlags(0)) {} in NSectionFlags()
184 NSectionFlags(IO &, uint32_t C) : Flags(XCOFF::SectionTypeFlags(C)) {} in NSectionFlags()
188 XCOFF::SectionTypeFlags Flags;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h232 template <> struct ScalarBitSetTraits<XCOFF::SectionTypeFlags> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
233 static void bitset(IO &IO, XCOFF::SectionTypeFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h134 enum SectionTypeFlags : int32_t { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h552 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;
701 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp444 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()
806 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp981 const EnumEntry<XCOFF::SectionTypeFlags> SectionTypeFlagsNames[] = {
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp175 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry()