Searched refs:NotPIC (Results 1 – 4 of 4) sorted by relevance
33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
579 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
591 return PICLevel::NotPIC; in getPICLevel()
193 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()