Searched refs:cmseImportLib (Results 1 – 2 of 2) sorted by relevance
1141 if (symtab.cmseImportLib.count(sym->getName())) { in importCmseSymbols()1153 symtab.cmseImportLib[sym->getName()] = sym; in importCmseSymbols()1258 for (auto &[_, sym] : symtab.cmseImportLib) { in ArmCmseSGSection()1268 for (auto &[_, sym] : symtab.cmseImportLib) { in ArmCmseSGSection()1274 if (!symtab.cmseImportLib.empty() && config->cmseOutputLib.empty()) { in ArmCmseSGSection()1286 if (symtab.cmseImportLib.count(sym->getName())) in addSGVeneer()1295 if (symtab.cmseImportLib.count(sym->getName())) { in addSGVeneer()1296 Defined *impSym = symtab.cmseImportLib[sym->getName()]; in addSGVeneer()
74 llvm::StringMap<Defined *> cmseImportLib; variable