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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h199 bool UseXGOT = false; member in class:llvm::MipsSubtarget
337 bool useXGOT() const { return UseXGOT; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2935 bool UseXGOT = STI->getFeatureBits()[Mips::FeatureXGOT] && !IsLocalSym; local
2943 if (UseXGOT) {
2978 if (UseXGOT) {

Completed in 123 milliseconds