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.h353 auto CfiFunctionDecls(index.CfiFunctionDecls.symbols());
354 llvm::sort(CfiFunctionDecls);
355 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
360 std::vector<std::string> CfiFunctionDecls;
361 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
362 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),
363 CfiFunctionDecls.end()};
H A DModuleSummaryIndex.h1473 CfiFunctionIndex CfiFunctionDecls;
1724 CfiFunctionIndex &cfiFunctionDecls() { return CfiFunctionDecls; }
1725 const CfiFunctionIndex &cfiFunctionDecls() const { return CfiFunctionDecls; }
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp109 const DenseSet<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
235 if (CfiFunctionDecls.contains(ValueGUID)) in computeLTOCacheKey()
1454 DenseSet<GlobalValue::GUID> CfiFunctionDecls; member in __anona29527bd1111::CGThinBackend
1471 CfiFunctionDecls.insert_range(Decls.guids()); in CGThinBackend()
1529 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
1647 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
1732 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h77 const DenseSet<GlobalValue::GUID> &CfiFunctionDecls = {});
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8032 auto &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
8034 CfiFunctionDecls.emplace(Strtab.data() + Record[I], in parseEntireSummary()