Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() = default; argument