Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/builder/
H A D__init__.py9 from dex.builder.ParserOptions import add_builder_tool_arguments
10 from dex.builder.ParserOptions import handle_builder_tool_options
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp70 ParserOptionsSet ParserOptions; member in __anon4b8be85e0111::RISCVAsmParser
206 ParserOptionsStack.push_back(ParserOptions); in pushFeatureBits()
219 ParserOptions = ParserOptionsStack.pop_back_val(); in popFeatureBits()
265 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent(); in RISCVAsmParser()
2110 ParserOptions.IsPicEnabled = true; in parseDirectiveOption()
2122 ParserOptions.IsPicEnabled = false; in parseDirectiveOption()
2395 if (ParserOptions.IsPicEnabled) { in emitLoadAddress()