Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp120 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
H A DPPCAsmPrinter.cpp602 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
642 PICLevel::Level PL = M->getPICLevel(); in emitInstruction()
772 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
1541 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1568 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp444 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
5049 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3285 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddressLinux()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h841 PICLevel::Level getPICLevel() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp579 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp193 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp591 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1957 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()