Searched refs:CfiFunctionDecls (Results 1 – 5 of 5) sorted by relevance
283 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),284 index.CfiFunctionDecls.end());285 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);290 std::vector<std::string> CfiFunctionDecls;291 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);292 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),293 CfiFunctionDecls.end()};
842 std::set<std::string> CfiFunctionDecls;1010 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1011 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
76 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument182 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()960 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon8bc40c420a11::InProcessThinBackend978 CfiFunctionDecls.insert( in InProcessThinBackend()1013 CfiFunctionDecls); in runThinLTOBackendThread()
74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
5603 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local5605 CfiFunctionDecls.insert( in parseEntireSummary()