Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp69 SmallVector<ParserOptionsSet, 4> ParserOptionsStack; member in __anon4b8be85e0111::RISCVAsmParser
203 assert(FeatureBitStack.size() == ParserOptionsStack.size() && in pushFeatureBits()
206 ParserOptionsStack.push_back(ParserOptions); in pushFeatureBits()
210 assert(FeatureBitStack.size() == ParserOptionsStack.size() && in popFeatureBits()
219 ParserOptions = ParserOptionsStack.pop_back_val(); in popFeatureBits()