Home
last modified time | relevance | path

Searched refs:SmallPIC (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp587 if (PL == PICLevel::SmallPIC) { in EmitInstruction()
1031 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1058 MF->getFunction()->getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCISelDAGToDAG.cpp322 if (M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
DPPCISelLowering.cpp2264 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2282 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()