HomeSort by relevance Sort by last modified time
    Searched refs:PICLevel (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /external/llvm/lib/IR/
Module.cpp 486 PICLevel::Level Module::getPICLevel() const {
490 return PICLevel::NotPIC;
492 return static_cast<PICLevel::Level>(
496 void Module::setPICLevel(PICLevel::Level PL) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp     [all...]
CompilerInvocation.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 783 PICLevel::Level getPICLevel() const;
786 void setPICLevel(PICLevel::Level PL);
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 798 PICLevel::Level getPICLevel() const;
801 void setPICLevel(PICLevel::Level PL);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 483 PICLevel::Level PL = M->getPICLevel();
587 if (PL == PICLevel::SmallPIC) {
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 480 if (uint32_t PLevel = Context.getLangOpts().PICLevel) {
482 getModule().setPICLevel(static_cast<llvm::PICLevel::Level>(PLevel));
    [all...]
CGObjCGNU.cpp     [all...]

Completed in 1199 milliseconds

1 2