Searched refs:UnresolvedExternals (Results 1 – 2 of 2) sorted by relevance
269 std::vector<std::string> UnresolvedExternals; in TEST_F() local270 auto UnresolvedHandler = [&UnresolvedExternals] (const std::string &str) { in TEST_F()279 UnresolvedExternals.push_back(str); in TEST_F()288 auto I = UnresolvedExternals.begin(), E = UnresolvedExternals.end(); in TEST_F()289 EXPECT_EQ(UnresolvedExternals.size(), 2u); in TEST_F()
193 JITLinkContext::LookupMap UnresolvedExternals; in getExternalSymbolNames() local203 UnresolvedExternals[Sym->getName()] = LookupFlags; in getExternalSymbolNames()205 return UnresolvedExternals; in getExternalSymbolNames()