Searched defs:CfiFunctionDecls (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h291 std::vector<std::string> CfiFunctionDecls; local
[all...]
H A DModuleSummaryIndex.h976 std::set<std::string> CfiFunctionDecls; member in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1078 std::set<GlobalValue::GUID> CfiFunctionDecls; member in class:__anon4763::InProcessThinBackend
72 computeLTOCacheKey( SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, const std::set<GlobalValue::GUID> &CfiFunctionDefs, const std::set<GlobalValue::GUID> &CfiFunctionDecls) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6170 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); local

Completed in 129 milliseconds