Searched defs:isPICBase (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp1094 bool isPICBase = false; local
1100 assert(!isPICBase && "More than one PIC base?");
1101 isPICBase = true;
1103 return isPICBase;
1151 bool isPICBase = false; local
1157 assert(!isPICBase && "More than one PIC base?");
1158 isPICBase = true;
1160 return isPICBase;

Completed in 49 milliseconds