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

/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml28 | PIC Constructor in type:RelocMode/t
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp246 PredIteratorCache PIC; local
252 PIC, LI, DT, CurLoop,
720 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
724 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
773 PredIteratorCache &PIC, LoopInfo *LI,
924 InsertPts, PIC, *CurAST, *LI, DL, Alignment, AATags);
717 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, SmallPtrSetImpl<Value *> &PMA, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment, const AAMDNodes &AATags) argument
770 promoteLoopAccessesToScalars(AliasSet &AS, SmallVectorImpl<BasicBlock*>&ExitBlocks, SmallVectorImpl<Instruction*>&InsertPts, PredIteratorCache &PIC, LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo * SafetyInfo) argument
/external/clang/lib/Driver/
H A DTools.cpp2774 bool PIC = PIE || getToolChain().isPICDefault(); local
2775 bool IsPICLevelTwo = PIC;
2777 // Android-specific defaults for PIC/PIE
2789 PIC = true; // "-fpic"
2794 PIC = true; // "-fPIC"
2824 // For the PIC and PIE flag options, this logic is different from the
2828 // argument relating to either PIC or PIE wins, and no other argument is
2830 // both PIC and PIE are disabled. Any PIE option implicitly enables PIC
2836 // Check whether the tool chain trumps the PIC
[all...]

Completed in 636 milliseconds