Home
last modified time | relevance | path

Searched refs:CfiFunctionDecls (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h290 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()};
H A DModuleSummaryIndex.h1356 std::set<std::string> CfiFunctionDecls;
1614 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1615 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp96 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
230 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
1416 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anonad319db30e11::InProcessThinBackend
1438 CfiFunctionDecls.insert( in InProcessThinBackend()
1478 CfiFunctionDecls); in runThinLTOBackendThread()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7613 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
7615 CfiFunctionDecls.insert( in parseEntireSummary()