Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h289 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()};
H A DModuleSummaryIndex.h1091 std::set<std::string> CfiFunctionDecls;
1299 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1300 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp85 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
203 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
1182 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon1be247a80c11::InProcessThinBackend
1200 CfiFunctionDecls.insert( in InProcessThinBackend()
1235 CfiFunctionDecls); in runThinLTOBackendThread()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h73 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6538 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
6540 CfiFunctionDecls.insert( in parseEntireSummary()