Home
last modified time | relevance | path

Searched refs:NotPIC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp579 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp591 return PICLevel::NotPIC; in getPICLevel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp193 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()