Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h281 std::vector<std::string> CfiFunctionDefs(index.CfiFunctionDefs.begin(),
282 index.CfiFunctionDefs.end());
283 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
288 std::vector<std::string> CfiFunctionDefs;
289 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
290 index.CfiFunctionDefs = {CfiFunctionDefs.begin(), CfiFunctionDefs.end()};
DModuleSummaryIndex.h975 std::set<std::string> CfiFunctionDefs;
1160 std::set<std::string> &cfiFunctionDefs() { return CfiFunctionDefs; }
1161 const std::set<std::string> &cfiFunctionDefs() const { return CfiFunctionDefs; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp78 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey() argument
185 if (CfiFunctionDefs.count(ValueGUID)) in computeLTOCacheKey()
1057 std::set<GlobalValue::GUID> CfiFunctionDefs; member in __anondff392e80a11::InProcessThinBackend
1073 CfiFunctionDefs.insert( in InProcessThinBackend()
1110 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h76 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6162 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); in parseEntireSummary() local
6164 CfiFunctionDefs.insert( in parseEntireSummary()