HomeSort by relevance Sort by last modified time
    Searched defs:TheModule (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/lib/Transforms/Utils/
NameAnonFunctions.cpp 25 Module &TheModule;
29 ModuleHasher(Module &M) : TheModule(M) {}
38 for (auto &F : TheModule) {
44 for (auto &GV : TheModule.globals()) {
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 27 std::unique_ptr<llvm::Module> TheModule;
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 46 ARCRuntimeEntryPoints() : TheModule(nullptr),
58 TheModule = M;
71 assert(TheModule != nullptr && "Not initialized.");
103 Module *TheModule;
129 LLVMContext &C = TheModule->getContext();
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
145 LLVMContext &C = TheModule->getContext();
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
163 LLVMContext &C = TheModule->getContext();
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /external/clang/lib/CodeGen/
CodeGenTypes.h 124 llvm::Module &TheModule;
174 return TheModule.getDataLayout();
180 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 94 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
148 void setModule(const Module *M) { TheModule = M; }
149 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
148 void setModule(const Module *M) { TheModule = M; }
149 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineModuleInfo.h 85 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }

Completed in 653 milliseconds

1 2 3