Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h287 std::vector<std::string> CfiFunctionDefs(index.CfiFunctionDefs.begin(),
288 index.CfiFunctionDefs.end());
289 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
294 std::vector<std::string> CfiFunctionDefs;
295 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
296 index.CfiFunctionDefs = {CfiFunctionDefs.begin(), CfiFunctionDefs.end()};
H A DModuleSummaryIndex.h1266 std::set<std::string> CfiFunctionDefs;
1510 std::set<std::string> &cfiFunctionDefs() { return CfiFunctionDefs; }
1511 const std::set<std::string> &cfiFunctionDefs() const { return CfiFunctionDefs; }
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp87 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey() argument
205 if (CfiFunctionDefs.count(ValueGUID)) in computeLTOCacheKey()
1253 std::set<GlobalValue::GUID> CfiFunctionDefs; member in __anon6dbd98f40c11::InProcessThinBackend
1273 CfiFunctionDefs.insert( in InProcessThinBackend()
1315 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h73 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {},
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7553 std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); in parseEntireSummary() local
7555 CfiFunctionDefs.insert( in parseEntireSummary()