Home
last modified time | relevance | path

Searched refs:getPICLevel (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp497 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction()
1244 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1271 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp415 if (M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4363 !PPCSubTarget->isTargetELF() || M->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp2746 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModule.cpp490 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h837 PICLevel::Level getPICLevel() const;
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp139 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1948 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()