Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp120 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
H A DPPCAsmPrinter.cpp590 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
630 PICLevel::Level PL = M->getPICLevel(); in emitInstruction()
760 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
1511 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1538 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp444 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
5041 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3276 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddressLinux()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h838 PICLevel::Level getPICLevel() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp579 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp587 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp193 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1954 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()