Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h293 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()};
H A DModuleSummaryIndex.h1401 std::set<std::string> CfiFunctionDecls;
1659 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1660 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp99 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
242 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
1433 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anona29527bd1011::InProcessThinBackend
1455 CfiFunctionDecls.insert( in InProcessThinBackend()
1495 CfiFunctionDecls); in runThinLTOBackendThread()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7928 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
7930 CfiFunctionDecls.insert( in parseEntireSummary()