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.cpp261 PredIteratorCache PIC; local
267 PIC, LI, DT, CurLoop,
773 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
777 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
826 PredIteratorCache &PIC, LoopInfo *LI,
978 InsertPts, PIC, *CurAST, *LI, DL, Alignment, AATags);
769 LoopPromoter(Value *SP, ArrayRef<const 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
823 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.cpp3263 /// this compile should be using PIC mode or not. Returns a tuple of
3271 bool PIC = PIE || ToolChain.isPICDefault(); local
3272 // The Darwin default to use PIC does not apply when using -static.
3274 PIE = PIC = false;
3275 bool IsPICLevelTwo = PIC;
3280 // Android-specific defaults for PIC/PIE
3292 PIC = true; // "-fpic"
3297 PIC = true; // "-fPIC"
3328 // The last argument relating to either PIC or PIE wins, and no
3330 // '-fno-...' arguments, both PIC an
[all...]

Completed in 277 milliseconds