Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp63 bool IsPicEnabled; member
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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp151 bool IsPicEnabled; member in __anonb0f64e280211::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()