Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMILexer.h76 kw_debug_location, enumerator
DMILexer.cpp217 .Case("debug-location", MIToken::kw_debug_location) in getIdentifierKind()
DMIParser.cpp1048 Token.isNot(MIToken::kw_debug_location) && in parse()
1110 if (Token.is(MIToken::kw_debug_location)) { in parse()