Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp717 DK_UNION, enumerator
2077 case DK_UNION: in parseStatement()
2272 case DK_UNION: in parseStatement()
4062 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
4087 StructInProgress.emplace_back(Name, DirKind == DK_UNION, in parseDirectiveNestedStruct()
5322 DirectiveKindMap["union"] = DK_UNION; in initializeDirectiveKindMap()