Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp63 bool IsPicEnabled; member
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()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp151 bool IsPicEnabled; member in __anon03c4d4620211::MipsAsmParser
558 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()
699 return IsPicEnabled; in inPicMode()
3290 if(IsPicEnabled) { in emitPartialAddress()
7720 if (IsPicEnabled) in parseDirectiveCpLocal()
8124 IsPicEnabled = false; in parseDirectiveOption()
8137 IsPicEnabled = true; in parseDirectiveOption()