HomeSort by relevance Sort by last modified time
    Searched defs:PIC (Results 1 - 4 of 4) sorted by null

  /art/patchoat/
patchoat.h 75 // Was the .art image at image_path made with --compile-pic ?
79 NOT_PIC, // Code not pic. Patch as usual.
80 PIC, // Code was pic. Create symlink; skip OAT patching.
85 // Was the .oat image at oat_in made with --compile-pic ?
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 28 | PIC
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 194 PredIteratorCache &PIC);
302 PredIteratorCache PIC;
307 PromoteAliasSet(*I, ExitBlocks, InsertPts, PIC);
715 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
719 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
768 PredIteratorCache &PIC) {
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 536 milliseconds