Searched refs:CfiFunctionDecls (Results 1 – 11 of 11) 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()};
1155 std::set<std::string> CfiFunctionDecls;1366 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }1367 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
8 CfiFunctionDecls:
10 CfiFunctionDecls:
16 CfiFunctionDecls:
88 ; SUMMARY-NEXT: CfiFunctionDecls:
87 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument204 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()1218 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon5d5e48ed0b11::InProcessThinBackend1240 CfiFunctionDecls.insert( in InProcessThinBackend()1280 CfiFunctionDecls); in runThinLTOBackendThread()
74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
7387 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local7389 CfiFunctionDecls.insert( in parseEntireSummary()