Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h69 enum SectionTypeFlags : int32_t { enum
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp430 static const EnumEntry<XCOFF::SectionTypeFlags> SectionTypeFlagsNames[] = {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp141 Section(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in Section()