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

123

/external/llvm/lib/Analysis/
H A DTrace.cpp28 Module *Trace::getModule() const { function in class:Trace
39 (*i)->printAsOperand(O, 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.h197 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/external/llvm/include/llvm/Object/
H A DIRObjectFile.h41 const Module &getModule() const { function in class:llvm::object::IRObjectFile
42 return const_cast<IRObjectFile*>(this)->getModule();
44 Module &getModule() { function in class:llvm::object::IRObjectFile
/external/llvm/include/llvm/LTO/
H A DLTOModule.h98 const Module &getModule() const { function in struct:llvm::LTOModule
99 return const_cast<LTOModule*>(this)->getModule();
101 Module &getModule() { function in struct:llvm::LTOModule
102 return IRFile->getModule();
107 return getModule().getTargetTriple();
112 getModule().setTargetTriple(Triple);
/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.cpp101 LLVMContext &LLVMCtx = MMI->getModule()->getContext();
247 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
419 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
/external/llvm/include/llvm/Linker/
H A DLinker.h38 Module *getModule() const { return Composite; } function in class:llvm::Linker
/external/clang/include/clang/Lex/
H A DModuleMap.h93 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
100 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.h117 Module &getModule() const { return M; } function in class:llvm::CallGraph
333 Module &getModule() const { return G->getModule(); } function in class:CallGraphWrapperPass
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp117 bool ret = IRLinker.linkInModule(&mod->getModule(), &errMsg);
173 WriteBitcodeToFile(IRLinker.getModule(), Out.os());
262 std::string TripleStr = IRLinker.getModule()->getTargetTriple();
385 Module *mergedModule = IRLinker.getModule();
451 Module *mergedModule = IRLinker.getModule();
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp53 return CGM.getModule().getFunction("__llvm_profile_register_functions");
71 &CGM.getModule());
87 return CGM.getModule().getOrInsertFunction("__llvm_profile_register_function",
112 auto *Name = new llvm::GlobalVariable(CGM.getModule(), VarName->getType(),
135 new llvm::GlobalVariable(CGM.getModule(), DataTy, true, VarLinkage,
178 assert(CGM.getModule().getFunction("__llvm_profile_init") == nullptr &&
190 "__llvm_profile_init", &CGM.getModule());
784 if (CGM.getModule().getGlobalVariable(RuntimeVarName))
790 auto *Var = new llvm::GlobalVariable(CGM.getModule(), Int32Ty, false,
797 RuntimeUserName, &CGM.getModule());
[all...]
H A DCodeGenModule.cpp355 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
361 getModule().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
579 return getModule().getNamedValue(Name);
904 CGM.getModule(), ATy, false, llvm::GlobalValue::AppendingLinkage,
1036 getModule().addModuleFlag(llvm::Module::AppendUnique, "Linker Options",
1086 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false,
1100 new llvm::GlobalVariable(getModule(), s->getType(), true,
1167 if (llvm::GlobalVariable *GV = getModule()
[all...]
H A DCGObjCMac.cpp2647 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2671 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
3109 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3177 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3183 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3206 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3208 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3220 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true);
3223 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3387 &CGM.getModule());
[all...]
H A DMicrosoftCXXABI.cpp381 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name))
384 return new llvm::GlobalVariable(CGM.getModule(), CGM.Int8Ty,
1282 VTable = CGM.getModule().getNamedGlobal(VFTableName);
1287 CGM.getModule(), VTableType, /*isConstant=*/true, VTableLinkage,
1309 VFTableName.str(), VTableGEP, &CGM.getModule());
1338 CGM.getModule().getOrInsertComdat(VFTable->getName());
1441 if (llvm::GlobalValue *GV = CGM.getModule().getNamedValue(ThunkName))
1449 ThunkName.str(), &CGM.getModule());
1522 assert(!CGM.getModule().getNamedGlobal(Name) &&
1769 new llvm::GlobalVariable(CGM.getModule(), GuardT
[all...]
H A DCGDeclCXX.cpp235 Name, &CGM.getModule());
327 getModule(), Int8Ty, false, llvm::GlobalVariable::InternalLinkage,
H A DCGCXX.cpp180 Linkage, "", Aliasee, &getModule());
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java132 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/IR/
H A DDiagnosticInfo.cpp119 << ") in " << getModule();
/external/clang/lib/Lex/
H A DModuleMap.cpp263 if (Header.getModule() == RequestingModule)
268 Header.getModule())) {
269 Private = Header.getModule();
276 !directlyUses(RequestingModule, Header.getModule())) {
277 NotUsed = Header.getModule();
333 if (!I->getModule()->isAvailable())
338 if (I->getModule() == RequestingModule)
344 !directlyUses(RequestingModule, I->getModule()))
361 Module *Result = H.getModule();
440 I->getModule()
[all...]
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp488 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
503 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h190 const Module &getModule() const { return M; } function in class:llvm::DiagnosticInfoDebugMetadataVersion

Completed in 3100 milliseconds

123