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

12

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DTrace.cpp29 Module *Trace::getModule() const { function in class:Trace
40 WriteAsOperand(O, *i, true, getModule());
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/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());
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DLinker.h35 Module *getModule() const { return Composite; } function in class:llvm::Linker
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java64 buf.append(d.getModule());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h68 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
75 return !isExcluded() && getModule()->isAvailable();
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
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,
497 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
555 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
575 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
687 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
H A DCodeGenModule.cpp465 return getModule().getNamedValue(Name);
757 new llvm::GlobalVariable(getModule(), ATy, false,
867 getModule().addModuleFlag(llvm::Module::AppendUnique, "Linker Options",
924 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(),
937 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(),
1015 if (llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name))
1034 llvm::GlobalVariable *GV = new llvm::GlobalVariable(getModule(), GuidType,
1301 MangledName, &getModule());
1455 new llvm::GlobalVariable(getModule(), Ty->getElementType(), false,
1499 llvm::GlobalVariable *GV = getModule()
[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 DCGDeclCXX.cpp232 Name, &CGM.getModule());
302 getModule(), Int8Ty, false, llvm::GlobalVariable::InternalLinkage,
H A DCGDecl.cpp197 new llvm::GlobalVariable(CGM.getModule(), LTy,
251 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
1120 new llvm::GlobalVariable(CGM.getModule(), constant->getType(), true,
1538 LifetimeStartFn = llvm::Intrinsic::getDeclaration(&getModule(),
1546 LifetimeEndFn = llvm::Intrinsic::getDeclaration(&getModule(),
H A DItaniumCXXABI.cpp1100 guard = new llvm::GlobalVariable(CGM.getModule(), guardTy,
1299 &CGM.getModule());
1330 InitFnName.str(), InitFunc, &CGM.getModule());
1339 &CGM.getModule());
1346 llvm::LLVMContext &Context = CGM.getModule().getContext();
H A DCGBlocks.cpp121 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
1074 new llvm::GlobalVariable(CGM.getModule(),
1144 name.getString(), &CGM.getModule());
1305 "__copy_helper_block_", &CGM.getModule());
1480 "__destroy_helper_block_", &CGM.getModule());
1772 "__Block_byref_object_copy_", &CGF.CGM.getModule());
1846 &CGF.CGM.getModule());
H A DCodeGenFunction.cpp35 Builder(cgm.getModule().getContext()),
472 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
1063 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(),
H A DCGCXX.cpp154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h46 Module *getModule() const { return M; } function in class:llvm::JITState
H A DJIT.cpp364 if (jitstate && jitstate->getModule() == M) {
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp483 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
498 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h141 virtual Module *getModule(unsigned ID) { return 0; } function in class:clang::ExternalASTSource
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp178 return Known->second.getModule();
196 return Known->second.getModule();
633 << H->second.getModule()->getFullModuleName() << "\n";
1399 << FileName << OwningModule.getModule()->getFullModuleName();

Completed in 146 milliseconds

12