Searched refs:cmseImportLib (Results 1 – 2 of 2) sorted by relevance
1218 if (symtab.cmseImportLib.count(sym->getName())) { in importCmseSymbols()1230 symtab.cmseImportLib[sym->getName()] = sym; in importCmseSymbols()1335 for (auto &[_, sym] : symtab.cmseImportLib) { in ArmCmseSGSection()1345 for (auto &[_, sym] : symtab.cmseImportLib) { in ArmCmseSGSection()1351 if (!symtab.cmseImportLib.empty() && config->cmseOutputLib.empty()) { in ArmCmseSGSection()1363 if (symtab.cmseImportLib.count(sym->getName())) in addSGVeneer()1372 if (symtab.cmseImportLib.count(sym->getName())) { in addSGVeneer()1373 Defined *impSym = symtab.cmseImportLib[sym->getName()]; in addSGVeneer()
77 llvm::StringMap<Defined *> cmseImportLib; variable