Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TLI

42     /// TLI - Keep a pointer of a TargetLowering to consult for determining
44 const TargetLowering *TLI;
68 StackProtector() : FunctionPass(ID), TLI(0) {
71 StackProtector(const TargetLowering *tli)
72 : FunctionPass(ID), TLI(tli) {
88 FunctionPass *llvm::createStackProtectorPass(const TargetLowering *tli) {
89 return new StackProtector(tli);
113 const TargetData *TD = TLI->getTargetData();
170 if (TLI->getStackCookieLocation(AddressSpace, Offset)) {