Searched refs:getModule (Results 1 - 25 of 54) sorted by relevance

123

/external/llvm/lib/Analysis/
H A DTrace.cpp29 Module *Trace::getModule() const { function in class:Trace
40 WriteAsOperand(O, *i, true, getModule());
/external/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } function in class:llvm::GCMetadataPrinter
H A DGCStrategy.h87 /// getModule - The module within which the GC strategy is operating.
89 const Module &getModule() const { return *M; } function in class:llvm::GCStrategy
H A DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp71 EmitCamlGlobal(getModule(), AP, "code_begin");
74 EmitCamlGlobal(getModule(), AP, "data_begin");
97 EmitCamlGlobal(getModule(), AP, "code_end");
100 EmitCamlGlobal(getModule(), AP, "data_end");
106 EmitCamlGlobal(getModule(), AP, "frametable");
H A DAsmPrinterInlineAsm.cpp92 LLVMContext &LLVMCtx = MMI->getModule()->getContext();
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
/external/llvm/include/llvm/
H A DLinker.h35 Module *getModule() const { return Composite; } function in class:llvm::Linker
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp87 delete _linker.getModule();
166 passes.run(*_linker.getModule());
178 WriteBitcodeToFile(_linker.getModule(), Out.os());
260 std::string TripleStr = _linker.getModule()->getTargetTriple();
333 Module *mergedModule = _linker.getModule();
395 Module* mergedModule = _linker.getModule();
/external/clang/include/clang/Lex/
H A DModuleMap.h87 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
94 return getRole() != ExcludedHeader && getModule()->isAvailable();
/external/llvm/include/llvm/Analysis/
H A DTrace.h55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
H A DCallGraph.h87 /// getModule - Return the module the call graph corresponds to.
89 Module &getModule() const { return *Mod; } function in class:llvm::CallGraph
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp196 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
468 return getModule().getNamedValue(Name);
786 new llvm::GlobalVariable(getModule(), ATy, false,
916 getModule().addModuleFlag(llvm::Module::AppendUnique, "Linker Options",
974 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(),
987 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(),
1065 if (llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name))
1084 llvm::GlobalVariable *GV = new llvm::GlobalVariable(getModule(), GuidType,
1380 MangledName, &getModule());
1534 new llvm::GlobalVariable(getModule(), T
[all...]
H A DCGObjCMac.cpp2653 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2676 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
3135 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
3203 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
3210 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3232 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
3240 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3250 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
3256 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3417 &CGM.getModule());
[all...]
H A DCGRTTI.cpp66 VMContext(CGM.getModule().getContext()) { }
144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
498 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
522 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
635 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
H A DMicrosoftVBTables.cpp181 assert(!CGM.getModule().getNamedGlobal(Name) &&
H A DCGDeclCXX.cpp232 Name, &CGM.getModule());
302 getModule(), Int8Ty, false, llvm::GlobalVariable::InternalLinkage,
H A DCGCXX.cpp153 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
H A DCGDecl.cpp203 new llvm::GlobalVariable(CGM.getModule(), LTy,
256 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
1132 new llvm::GlobalVariable(CGM.getModule(), constant->getType(), true,
1569 LifetimeStartFn = llvm::Intrinsic::getDeclaration(&getModule(),
1577 LifetimeEndFn = llvm::Intrinsic::getDeclaration(&getModule(),
H A DItaniumCXXABI.cpp1134 guard = new llvm::GlobalVariable(CGM.getModule(), guardTy,
1333 &CGM.getModule());
1364 InitFnName.str(), InitFunc, &CGM.getModule());
1373 &CGM.getModule());
1380 llvm::LLVMContext &Context = CGM.getModule().getContext();
H A DCGBlocks.cpp123 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
1071 new llvm::GlobalVariable(CGM.getModule(),
1141 name.getString(), &CGM.getModule());
1301 "__copy_helper_block_", &CGM.getModule());
1479 "__destroy_helper_block_", &CGM.getModule());
1774 "__Block_byref_object_copy_", &CGF.CGM.getModule());
1848 &CGF.CGM.getModule());
H A DCodeGenFunction.cpp35 Builder(cgm.getModule().getContext()),
482 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
1071 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(),
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java127 public final String getModule() { method in class:VersionInfo
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h46 Module *getModule() const { return M; } function in class:llvm::JITState
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp483 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
498 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
/external/clang/include/clang/AST/
H A DExternalASTSource.h141 virtual Module *getModule(unsigned ID) { return 0; } function in class:clang::ExternalASTSource

Completed in 679 milliseconds

123