Searched refs:toName (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1192 StringRef toName = p.second; local
1193 if (p.first == toName)
1197 if (!names.insert(toName).second)
1199 auto i = config->merge.find(toName);
1202 toName = i->second;
1205 OutputSection *to = findSection(toName);
1209 from->name = toName;
/freebsd-11-stable/stand/ficl/
H A Dwords.c2871 static void toName(FICL_VM *pVM) function
5137 dictAppendWord(dp, ">name", toName, FW_DEFAULT);

Completed in 72 milliseconds