Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp65 bool IsPicEnabled; member
329 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent(); in RISCVAsmParser()
3191 ParserOptions.IsPicEnabled = true; in parseDirectiveOption()
3200 ParserOptions.IsPicEnabled = false; in parseDirectiveOption()
3520 if (ParserOptions.IsPicEnabled) in emitLoadAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp150 bool IsPicEnabled; member in __anona2e40b320211::MipsAsmParser
555 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()
696 return IsPicEnabled; in inPicMode()
3313 if(IsPicEnabled) { in emitPartialAddress()
7778 if (IsPicEnabled) in parseDirectiveCpLocal()
8134 IsPicEnabled = false; in parseDirectiveOption()
8147 IsPicEnabled = true; in parseDirectiveOption()