Home
last modified time | relevance | path

Searched refs:PICLevel (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc856 llvm::PICLevel::Level pic_level = llvm::PICLevel::NotPIC; in CompileAheadOfTime()
861 pic_level = llvm::PICLevel::NotPIC; in CompileAheadOfTime()
866 pic_level = llvm::PICLevel::SmallPIC; in CompileAheadOfTime()
871 pic_level = llvm::PICLevel::BigPIC; in CompileAheadOfTime()
876 pic_level = llvm::PICLevel::SmallPIC; in CompileAheadOfTime()
881 pic_level = llvm::PICLevel::BigPIC; in CompileAheadOfTime()
899 if (pic_level != llvm::PICLevel::NotPIC) { in CompileAheadOfTime()
/external/llvm/lib/IR/
DModule.cpp486 PICLevel::Level Module::getPICLevel() const { in getPICLevel()
490 return PICLevel::NotPIC; in getPICLevel()
492 return static_cast<PICLevel::Level>( in getPICLevel()
496 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp504 PICLevel::Level Module::getPICLevel() const { in getPICLevel()
508 return PICLevel::NotPIC; in getPICLevel()
510 return static_cast<PICLevel::Level>( in getPICLevel()
514 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
/external/llvm/include/llvm/Support/
DCodeGen.h31 namespace PICLevel {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h31 namespace PICLevel {
/external/llvm-project/llvm/include/llvm/Support/
DCodeGen.h31 namespace PICLevel {
/external/llvm-project/llvm/lib/IR/
DModule.cpp532 PICLevel::Level Module::getPICLevel() const { in getPICLevel()
536 return PICLevel::NotPIC; in getPICLevel()
538 return static_cast<PICLevel::Level>( in getPICLevel()
542 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp873 if (unsigned PICLevel = LangOpts.PICLevel) { in InitializePredefinedMacros() local
874 Builder.defineMacro("__PIC__", Twine(PICLevel)); in InitializePredefinedMacros()
875 Builder.defineMacro("__pic__", Twine(PICLevel)); in InitializePredefinedMacros()
877 Builder.defineMacro("__PIE__", Twine(PICLevel)); in InitializePredefinedMacros()
878 Builder.defineMacro("__pie__", Twine(PICLevel)); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp1021 if (unsigned PICLevel = LangOpts.PICLevel) { in InitializePredefinedMacros() local
1022 Builder.defineMacro("__PIC__", Twine(PICLevel)); in InitializePredefinedMacros()
1023 Builder.defineMacro("__pic__", Twine(PICLevel)); in InitializePredefinedMacros()
1025 Builder.defineMacro("__PIE__", Twine(PICLevel)); in InitializePredefinedMacros()
1026 Builder.defineMacro("__pie__", Twine(PICLevel)); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Driver/ToolChains/
DWebAssembly.cpp252 unsigned PICLevel; in addClangTargetOptions() local
254 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
DCommonArgs.cpp1342 unsigned PICLevel; in AddAssemblerKPIC() local
1344 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
DClang.cpp1820 unsigned PICLevel; in AddMIPSTargetArgs() local
1822 std::tie(RelocationModel, PICLevel, IsPIE) = in AddMIPSTargetArgs()
4506 unsigned PICLevel; in ConstructJob() local
4508 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args); in ConstructJob()
4532 if (PICLevel > 0) { in ConstructJob()
4534 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in ConstructJob()
7117 unsigned PICLevel; in ConstructJob() local
7119 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
/external/llvm/include/llvm/IR/
DModule.h798 PICLevel::Level getPICLevel() const;
801 void setPICLevel(PICLevel::Level PL);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h810 PICLevel::Level getPICLevel() const;
813 void setPICLevel(PICLevel::Level PL);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp503 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
543 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction()
632 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in EmitInstruction()
696 if (PL == PICLevel::SmallPIC && !IsAIX) { in EmitInstruction()
1336 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1363 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCMCInstLower.cpp119 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
/external/llvm-project/llvm/include/llvm/IR/
DModule.h817 PICLevel::Level getPICLevel() const;
820 void setPICLevel(PICLevel::Level PL);
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp518 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
558 PICLevel::Level PL = M->getPICLevel(); in emitInstruction()
676 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
738 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1390 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1417 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
DPPCMCInstLower.cpp120 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp483 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction()
587 if (PL == PICLevel::SmallPIC) { in EmitInstruction()
1031 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1058 MF->getFunction()->getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp579 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp143 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/external/clang/include/clang/Basic/
DLangOptions.def160 COMPATIBLE_VALUE_LANGOPT(PICLevel , 2, 0, "__PIC__ level")
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp193 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/external/clang/lib/Driver/
DTools.cpp3769 unsigned PICLevel; in AddAssemblerKPIC() local
3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
4040 unsigned PICLevel; in ConstructJob() local
4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
4050 if (PICLevel > 0) { in ConstructJob()
4052 CmdArgs.push_back(PICLevel == 1 ? "1" : "2"); in ConstructJob()
6529 unsigned PICLevel; in ConstructJob() local
6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
8980 unsigned PICLevel; in ConstructJob() local
8982 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()

12