Home
last modified time | relevance | path

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

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