Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h1267 std::set<std::string> CfiFunctionDecls;
1513 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1514 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp88 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
207 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
1254 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon6dbd98f40c11::InProcessThinBackend
1276 CfiFunctionDecls.insert( in InProcessThinBackend()
1316 CfiFunctionDecls); in runThinLTOBackendThread()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7561 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
7563 CfiFunctionDecls.insert( in parseEntireSummary()