Searched refs:CfiFunctionDecls (Results 1 – 5 of 5) sorted by relevance
289 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),290 index.CfiFunctionDecls.end());291 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);296 std::vector<std::string> CfiFunctionDecls;297 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);298 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),299 CfiFunctionDecls.end()};
1091 std::set<std::string> CfiFunctionDecls;1299 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1300 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
85 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument203 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()1182 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon1be247a80c11::InProcessThinBackend1200 CfiFunctionDecls.insert( in InProcessThinBackend()1235 CfiFunctionDecls); in runThinLTOBackendThread()
73 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
6538 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local6540 CfiFunctionDecls.insert( in parseEntireSummary()