Searched defs:PIC (Results 1 - 3 of 3) sorted by relevance
/external/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 28 | PIC Constructor in type:RelocMode/t
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 194 PredIteratorCache &PIC); 302 PredIteratorCache PIC; local 307 PromoteAliasSet(*I, ExitBlocks, InsertPts, PIC); 715 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, 719 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast), 768 PredIteratorCache &PIC) { 899 InsertPts, PIC, *CurAST, *LI, DL, Alignment, TBAATag); 712 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, SmallPtrSet<Value *, 4> &PMA, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment, MDNode *TBAATag) argument 765 PromoteAliasSet(AliasSet &AS, SmallVectorImpl<BasicBlock*> &ExitBlocks, SmallVectorImpl<Instruction*> &InsertPts, PredIteratorCache &PIC) argument
|
/external/clang/lib/Driver/ |
H A D | Tools.cpp | 2418 bool PIC = PIE || getToolChain().isPICDefault(); local 2419 bool IsPICLevelTwo = PIC; 2421 // Android-specific defaults for PIC/PIE 2434 PIC = true; // "-fpic" 2439 PIC = true; // "-fPIC" 2469 // For the PIC and PIE flag options, this logic is different from the 2473 // argument relating to either PIC or PIE wins, and no other argument is 2475 // both PIC and PIE are disabled. Any PIE option implicitly enables PIC 2481 // Check whether the tool chain trumps the PIC [all...] |
Completed in 217 milliseconds