Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h135 kw_cfi_type, enumerator
H A DMILexer.cpp279 .Case("cfi-type", MIToken::kw_cfi_type) in getIdentifierKind()
H A DMIParser.cpp1073 Token.isNot(MIToken::kw_cfi_type) && in parse()
1109 if (Token.is(MIToken::kw_cfi_type)) { in parse()