HomeSort by relevance Sort by last modified time
    Searched defs:TheModule (Results 1 - 25 of 52) 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-3957855/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /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/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 47 std::unique_ptr<llvm::Module> TheModule;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/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;
  /external/clang/lib/CodeGen/
CodeGenTypes.h 124 llvm::Module &TheModule;
174 return TheModule.getDataLayout();
180 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGCUDANV.cpp 38 llvm::Module &TheModule;
86 TheModule(CGM.getModule()) {
184 llvm::GlobalValue::InternalLinkage, "__cuda_register_globals", &TheModule);
271 llvm::GlobalValue::InternalLinkage, "__cuda_module_ctor", &TheModule);
300 TheModule, FatbinWrapperTy, true, llvm::GlobalValue::InternalLinkage,
311 TheModule, VoidPtrPtrTy, false, llvm::GlobalValue::InternalLinkage,
349 llvm::GlobalValue::InternalLinkage, "__cuda_module_dtor", &TheModule);
BackendUtil.cpp 60 Module *TheModule;
96 PerFunctionPasses = new legacy::FunctionPassManager(TheModule);
128 TheModule(M), CodeGenerationTime("Code Generation Time"),
331 Triple TargetTriple(TheModule->getTargetTriple());
528 std::string Triple = TheModule->getTargetTriple();
654 llvm::Triple TargetTriple(TheModule->getTargetTriple());
699 TheModule->setDataLayout(TM->createDataLayout());
709 TheModule->getContext().diagnose(DI);
753 for (Function &F : *TheModule)
761 PerModulePasses->run(*TheModule);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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/linux-x86/clang-3957855/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/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/linux-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; }
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 393 static std::unique_ptr<Module> TheModule;
437 Function *CalleeF = TheModule->getFunction(Callee);
462 Function::Create(FT, Function::ExternalLinkage, Name, TheModule.get());
474 Function *TheFunction = TheModule->getFunction(Proto->getName());
587 TheModule = llvm::make_unique<Module>("my cool jit", TheContext);
593 TheModule->dump();
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 402 static std::unique_ptr<Module> TheModule;
415 if (auto *F = TheModule->getFunction(Name))
489 Function::Create(FT, Function::ExternalLinkage, Name, TheModule.get());
541 TheModule = llvm::make_unique<Module>("my cool jit", TheContext);
542 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
545 TheFPM = llvm::make_unique<legacy::FunctionPassManager>(TheModule.get());
564 TheJIT->addModule(std::move(TheModule));
592 auto H = TheJIT->addModule(std::move(TheModule));
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 115 /// TheModule - This is the LLVM Module being worked on.
116 const Module *TheModule;
222 void setModule(const Module *M) { TheModule = M; }
223 const Module *getModule() const { return TheModule; }

Completed in 656 milliseconds

1 2 3