Home
last modified time | relevance | path

Searched refs:BigPIC (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc782 pic_level = llvm::PICLevel::BigPIC; in CompileAheadOfTime()
792 pic_level = llvm::PICLevel::BigPIC; in CompileAheadOfTime()