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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h297 std::vector<std::string> CfiFunctionDecls; local
[all...]
H A DModuleSummaryIndex.h1356 std::set<std::string> CfiFunctionDecls; member in class:llvm::CalleeInfo::AllocationType::ModuleSummaryIndex
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1416 std::set<GlobalValue::GUID> CfiFunctionDecls; member in class:__anon2072::InProcessThinBackend
89 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-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7613 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); local

Completed in 202 milliseconds