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()};
1267 std::set<std::string> CfiFunctionDecls;1513 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1514 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
88 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument207 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()1254 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon6dbd98f40c11::InProcessThinBackend1276 CfiFunctionDecls.insert( in InProcessThinBackend()1316 CfiFunctionDecls); in runThinLTOBackendThread()
74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
7561 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local7563 CfiFunctionDecls.insert( in parseEntireSummary()