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

  /external/llvm/bindings/ocaml/target/
llvm_target.ml 28 | PIC
  /art/patchoat/
patchoat.h 80 // Was the .art image at image_path made with --compile-pic ?
84 NOT_PIC, // Code not pic. Patch as usual.
85 PIC, // Code was pic. Create symlink; skip OAT patching.
90 // Was the .oat image at oat_in made with --compile-pic ?
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 261 PredIteratorCache PIC;
267 PIC, LI, DT, CurLoop,
773 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
777 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 705 milliseconds