Home
last modified time | relevance | path

Searched refs:CfiFunctionDefs (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h286 std::vector<std::string> CfiFunctionDefs(index.CfiFunctionDefs.begin(),
287 index.CfiFunctionDefs.end());
288 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
293 std::vector<std::string> CfiFunctionDefs;
294 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
295 index.CfiFunctionDefs = {CfiFunctionDefs.begin(), CfiFunctionDefs.end()};
H A DModuleSummaryIndex.h1090 std::set<std::string> CfiFunctionDefs;
1296 std::set<std::string> &cfiFunctionDefs() { return CfiFunctionDefs; }
1297 const std::set<std::string> &cfiFunctionDefs() const { return CfiFunctionDefs; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp84 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey() argument
201 if (CfiFunctionDefs.count(ValueGUID)) in computeLTOCacheKey()
1181 std::set<GlobalValue::GUID> CfiFunctionDefs; member in __anon1be247a80c11::InProcessThinBackend
1197 CfiFunctionDefs.insert( in InProcessThinBackend()
1234 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h72 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6530 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); in parseEntireSummary() local
6532 CfiFunctionDefs.insert( in parseEntireSummary()