Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp82 ParserOptionsSet ParserOptions; member in __anon0b02eba40111::RISCVAsmParser
250 ParserOptionsStack.push_back(ParserOptions); in pushFeatureBits()
263 ParserOptions = ParserOptionsStack.pop_back_val(); in popFeatureBits()
314 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent(); in RISCVAsmParser()
2905 ParserOptions.IsPicEnabled = true; in parseDirectiveOption()
2914 ParserOptions.IsPicEnabled = false; in parseDirectiveOption()
3180 if (ParserOptions.IsPicEnabled) in emitLoadAddress()