Searched refs:CfiFunctionDecls (Results 1 – 5 of 5) sorted by relevance
293 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),294 index.CfiFunctionDecls.end());295 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);300 std::vector<std::string> CfiFunctionDecls;301 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);302 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),303 CfiFunctionDecls.end()};
1401 std::set<std::string> CfiFunctionDecls;1659 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1660 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
99 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument242 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()1433 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anona29527bd1011::InProcessThinBackend1455 CfiFunctionDecls.insert( in InProcessThinBackend()1495 CfiFunctionDecls); in runThinLTOBackendThread()
74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
7928 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local7930 CfiFunctionDecls.insert( in parseEntireSummary()