Searched defs:CfiFunctionDefs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 97 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) computeLTOCacheKey() argument 1431 std::set<GlobalValue::GUID> CfiFunctionDefs; global() member in __anonaa2c08900f11::InProcessThinBackend
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7921 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); parseEntireSummary() local
|