Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp82 ParserOptionsSet ParserOptions; member in __anon2f54132e0111::RISCVAsmParser
258 ParserOptionsStack.push_back(ParserOptions); in pushFeatureBits()
271 ParserOptions = ParserOptionsStack.pop_back_val(); in popFeatureBits()
322 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent(); in RISCVAsmParser()
2968 ParserOptions.IsPicEnabled = true; in parseDirectiveOption()
2977 ParserOptions.IsPicEnabled = false; in parseDirectiveOption()
3253 if (ParserOptions.IsPicEnabled) in emitLoadAddress()