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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp58 bool IsPicEnabled; member in struct:__anon4287::ParserOptionsSet
246 ParserOptions.IsPicEnabled = MOFI->isPositionIndependent();
1920 ParserOptions.IsPicEnabled = true;
1932 ParserOptions.IsPicEnabled = false;
2199 if (ParserOptions.IsPicEnabled) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp150 bool IsPicEnabled; member in class:__anon4201::MipsAsmParser
557 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent();
698 return IsPicEnabled;
3290 if(IsPicEnabled) {
3303 } else { //!IsPicEnabled
7630 // FIXME: Only keep track of IsPicEnabled in one place, instead of in both
7720 if (IsPicEnabled)
8124 IsPicEnabled = false;
8137 IsPicEnabled = true;

Completed in 136 milliseconds