Home
last modified time | relevance | path

Searched refs:SmallPIC (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp792 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
872 StringRef GOTName = (PL == PICLevel::SmallPIC ? in emitInstruction()
933 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1661 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1688 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp469 M->getPICLevel() == PICLevel::SmallPIC) { in INITIALIZE_PASS()
5290 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3398 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3423 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3449 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2106 if (picLevel == PICLevel::SmallPIC) { in makeAddress()