Home
last modified time | relevance | path

Searched defs:DwarfSectionSubtypeFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DMCContext.cpp799 getXCOFFSection(StringRef Section,SectionKind Kind,std::optional<XCOFF::CsectProperties> CsectProp,bool MultiSymbolsAllowed,const char * BeginSymName,std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) getXCOFFSection() argument
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h154 enum DwarfSectionSubtypeFlags : int32_t { enum