Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp64 ParserOptionsSet ParserOptions; member in __anonda18b5620111::RISCVAsmParser
197 ParserOptionsStack.push_back(ParserOptions); in pushFeatureBits()
210 ParserOptions = ParserOptionsStack.pop_back_val(); in popFeatureBits()
251 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent(); in RISCVAsmParser()
1914 ParserOptions.IsPicEnabled = true; in parseDirectiveOption()
1926 ParserOptions.IsPicEnabled = false; in parseDirectiveOption()
2293 if (ParserOptions.IsPicEnabled) { in emitLoadAddress()