Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp57 SMLoc LastVersionDirective; member in __anon934a9db30111::DarwinAsmParser
199 LastVersionDirective = SMLoc(); in Initialize()
1102 if (LastVersionDirective.isValid()) { in checkVersion()
1104 Note(LastVersionDirective, "previous definition is here"); in checkVersion()
1106 LastVersionDirective = Loc; in checkVersion()