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.cpp63 bool IsPicEnabled; member
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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp151 bool IsPicEnabled; member in __anona2e40b320211::MipsAsmParser
557 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()
698 return IsPicEnabled; in inPicMode()
3360 if(IsPicEnabled) { in emitPartialAddress()
7784 if (IsPicEnabled) in parseDirectiveCpLocal()
8188 IsPicEnabled = false; in parseDirectiveOption()
8201 IsPicEnabled = true; in parseDirectiveOption()