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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h294 std::vector<std::string> CfiFunctionDecls; local
[all...]
H A DModuleSummaryIndex.h1065 std::set<std::string> CfiFunctionDecls; member in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1118 std::set<GlobalValue::GUID> CfiFunctionDecls; member in class:__anon3699::InProcessThinBackend
75 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-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6283 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); local

Completed in 177 milliseconds