Searched refs:GlobalList (Results 1 – 10 of 10) sorted by relevance
181 GlobalListType GlobalList; ///< The Global Variables in the module variable580 void removeGlobalVariable(GlobalVariable *GV) { GlobalList.remove(GV); } in removeGlobalVariable()582 void eraseGlobalVariable(GlobalVariable *GV) { GlobalList.erase(GV); } in eraseGlobalVariable()586 insertGlobalVariable(GlobalList.end(), GV); in insertGlobalVariable()591 GlobalList.insert(Where, GV); in insertGlobalVariable()602 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList()604 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList()607 return &Module::GlobalList; in getSublistAccess()694 global_iterator global_begin() { return GlobalList.begin(); } in global_begin()695 const_global_iterator global_begin() const { return GlobalList.begin(); } in global_begin()[all …]
1867 for (const auto &GlobalList : *this) {1868 auto GUID = GlobalList.first;1869 for (const auto &Summary : GlobalList.second.SummaryList) {
73 const auto GlobalList = Records.getGlobals(); in printVariables() local74 printSectionHeading("Global Variables", GlobalList.size(), OS); in printVariables()77 for (const auto &Var : GlobalList) { in printVariables()
707 for (const auto &GlobalList : CombinedIndex) { in initImportList() local709 if (GlobalList.second.SummaryList.empty()) in initImportList()712 auto GUID = GlobalList.first; in initImportList()713 for (const auto &Summary : GlobalList.second.SummaryList) { in initImportList()
166 for (auto &GlobalList : *this) { in collectDefinedFunctionsForModule()167 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule()168 for (auto &GlobSummary : GlobalList.second.SummaryList) { in collectDefinedFunctionsForModule()
1112 for (auto &GlobalList : *TheIndex) in processIndex()1113 CreateGUIDSlot(GlobalList.first); in processIndex()3061 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()3062 auto GUID = GlobalList.first; in printModuleSummaryIndex()3063 for (auto &Summary : GlobalList.second.SummaryList) in printModuleSummaryIndex()3068 for (auto &GlobalList : *TheIndex) { in printModuleSummaryIndex()3069 auto GUID = GlobalList.first; in printModuleSummaryIndex()3070 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex()
84 GlobalList.clear(); in ~Module()
1051 for (auto &GlobalList : Index) { in buildModuleSummaryIndex() local1053 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex()1056 assert(GlobalList.second.SummaryList.size() == 1 && in buildModuleSummaryIndex()1058 auto &Summary = GlobalList.second.SummaryList[0]; in buildModuleSummaryIndex()
1221 for (const auto &GlobalList : Index) { in ComputeCrossModuleImportForModuleFromIndexForTest() local1223 if (GlobalList.second.SummaryList.empty()) in ComputeCrossModuleImportForModuleFromIndexForTest()1226 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndexForTest()1227 assert(GlobalList.second.SummaryList.size() == 1 && in ComputeCrossModuleImportForModuleFromIndexForTest()1229 auto &Summary = GlobalList.second.SummaryList[0]; in ComputeCrossModuleImportForModuleFromIndexForTest()
125 __OMP_FUNCTION_TYPE(GlobalList, false, Void, VoidPtr, Int32, VoidPtr)