Lines Matching full:getmodule
196 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(), Ty->getElementType(), false,
1578 llvm::GlobalVariable *GV = getModule().getNamedGlobal(Name);
1594 GV = new llvm::GlobalVariable(getModule(), Ty, /*isConstant=*/true,
1830 llvm::Module &M = getModule();
2135 "", Aliasee, &getModule());
2178 return llvm::Intrinsic::getDeclaration(&getModule(), (llvm::Intrinsic::ID)IID,
2296 new llvm::GlobalVariable(getModule(), C->getType(), /*isConstant=*/true,
2322 GV = new llvm::GlobalVariable(getModule(), C->getType(), true,
2431 new llvm::GlobalVariable(getModule(), C->getType(), isConstant, Linkage, C,
2446 GV = new llvm::GlobalVariable(getModule(), C->getType(), true,
2553 new llvm::GlobalVariable(getModule(),C->getType(),
2586 new llvm::GlobalVariable(CGM.getModule(), C->getType(), constant,
2701 new llvm::GlobalVariable(getModule(), Type, Constant,
2950 const std::string &S = getModule().getModuleInlineAsm();
2952 getModule().setModuleInlineAsm(AsmString);
2954 getModule().setModuleInlineAsm(S + AsmString.str());
2956 getModule().setModuleInlineAsm(S + '\n' + AsmString.str());
2996 CGM.getModule().getOrInsertNamedMetadata("clang.global.decl.ptrs");
3017 if (Val && !getModule().getNamedValue(Name->getName()))
3019 Name->getName(), Val, &getModule()));
3037 llvm::GlobalValue *Addr = getModule().getNamedValue(I->second);