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.cpp791 DK_UNION, enumerator
2355 case DK_UNION: in parseStatement()
2624 case DK_UNION: in parseStatement()
4538 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
4563 StructInProgress.emplace_back(Name, DirKind == DK_UNION, in parseDirectiveNestedStruct()
6784 DirectiveKindMap["union"] = DK_UNION; in initializeDirectiveKindMap()