reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
122 if (!M) 235 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; ) 235 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; ) 241 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; ) { 241 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; ) { 250 llvm::UpgradeDebugInfo(*M); 252 UpgradeModuleFlags(*M); 253 UpgradeSectionAttributes(*M); 299 if (!M) { 362 M->appendModuleInlineAsm(AsmStr); 379 M->setTargetTriple(Str); 387 M->setDataLayout(Str); 400 if (M) 401 M->setSourceFileName(SourceFileName); 649 Module::ComdatSymTabType &ComdatSymTab = M->getComdatSymbolTable(); 658 C = M->getOrInsertComdat(Name); 709 NamedMDNode *NMD = M->getOrInsertNamedMetadata(Name); 940 GVal = M->getNamedValue(Name); 1002 M->getAliasList().push_back(cast<GlobalAlias>(GA.get())); 1004 M->getIFuncList().push_back(cast<GlobalIFunc>(GA.get())); 1066 GVal = M->getNamedValue(Name); 1081 GV = new GlobalVariable(*M, Ty, false, GlobalValue::ExternalLinkage, nullptr, 1092 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); 1092 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); 1092 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); 1384 M->getDataLayout().getProgramAddressSpace()); 1411 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); 1427 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, Name); 1456 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, ""); 1467 Module::ComdatSymTabType &ComdatSymTab = M->getComdatSymbolTable(); 1473 Comdat *C = M->getOrInsertComdat(Name); 2024 Kind = M->getMDKindID(Name); 3253 GV = M->getNamedValue(Fn.StrVal); 3274 FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), false, 5445 Fn = M->getFunction(FunctionName); 5455 } else if ((Fn = M->getFunction(FunctionName))) { 5459 } else if (M->getNamedValue(FunctionName)) { 5480 FunctionName, M); 5482 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); 5482 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); 5482 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); 7424 GV = M->getNamedValue(Fn.StrVal); 7924 if (M) { 7925 auto *GV = M->getNamedValue(Name);lib/AsmParser/LLParser.h
273 AddrSpace, M->getDataLayout().getProgramAddressSpace());