Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp609 return PICLevel::NotPIC; in getPICLevel()
714 return getPICLevel() == PICLevel::NotPIC; in getDirectAccessExternalData()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp213 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp605 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()