Searched refs:CfiFunctionDecls (Results 1 – 5 of 5) sorted by relevance
290 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),291 index.CfiFunctionDecls.end());292 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);297 std::vector<std::string> CfiFunctionDecls;298 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);299 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),300 CfiFunctionDecls.end()};
1356 std::set<std::string> CfiFunctionDecls;1614 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1615 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
96 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument230 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()1416 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anonad319db30e11::InProcessThinBackend1438 CfiFunctionDecls.insert( in InProcessThinBackend()1478 CfiFunctionDecls); in runThinLTOBackendThread()
74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
7613 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local7615 CfiFunctionDecls.insert( in parseEntireSummary()