Searched defs:GlobalList (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/TableGen/ | ||
H A D | DetailedRecordsBackend.cpp | 73 const auto GlobalList = Records.getGlobals(); printVariables() local |
/llvm-project/llvm/unittests/IR/ | ||
H A D | ModuleTest.cpp | 290 TEST(ModuleTest,GlobalList) TEST() argument |
/llvm-project/llvm/lib/LTO/ | ||
H A D | LTOBackend.cpp | 707 for (const auto &GlobalList : CombinedIndex) { initImportList() local |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Module.h | 181 GlobalListType GlobalList; ///< The Global Variables in the module global() variable |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ModuleSummaryAnalysis.cpp | 1039 for (auto &GlobalList : Index) { buildModuleSummaryIndex() local |
/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | FunctionImport.cpp | 1221 for (const auto &GlobalList : Index) { ComputeCrossModuleImportForModuleFromIndexForTest() local |