Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp539 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp592 return PICLevel::NotPIC; in getPICLevel()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp216 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()