Home
last modified time | relevance | path

Searched refs:NotPIC (Results 1 – 6 of 6) 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.cc767 llvm::PICLevel::Level pic_level = llvm::PICLevel::NotPIC; in CompileAheadOfTime()
772 pic_level = llvm::PICLevel::NotPIC; in CompileAheadOfTime()
808 if (pic_level != llvm::PICLevel::NotPIC) { in CompileAheadOfTime()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp484 return PICLevel::NotPIC; in getPICLevel()
/external/llvm/lib/IR/
DModule.cpp490 return PICLevel::NotPIC; in getPICLevel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp139 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()