Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h283 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),
284 index.CfiFunctionDecls.end());
285 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
290 std::vector<std::string> CfiFunctionDecls;
291 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
292 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),
293 CfiFunctionDecls.end()};
H A DModuleSummaryIndex.h842 std::set<std::string> CfiFunctionDecls;
1010 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1011 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp76 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
182 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
960 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon8bc40c420a11::InProcessThinBackend
978 CfiFunctionDecls.insert( in InProcessThinBackend()
1013 CfiFunctionDecls); in runThinLTOBackendThread()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5603 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
5605 CfiFunctionDecls.insert( in parseEntireSummary()