Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h350 auto CfiFunctionDefs = index.CfiFunctionDefs.symbols();
351 llvm::sort(CfiFunctionDefs);
352 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
357 std::vector<std::string> CfiFunctionDefs;
358 io.mapOptional("CfiFunctionDefs", CfiFunctionDefs);
359 index.CfiFunctionDefs = {CfiFunctionDefs.begin(), CfiFunctionDefs.end()};
H A DModuleSummaryIndex.h1472 CfiFunctionIndex CfiFunctionDefs;
1721 CfiFunctionIndex &cfiFunctionDefs() { return CfiFunctionDefs; }
1722 const CfiFunctionIndex &cfiFunctionDefs() const { return CfiFunctionDefs; }
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp108 const DenseSet<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey() argument
233 if (CfiFunctionDefs.contains(ValueGUID)) in computeLTOCacheKey()
1453 DenseSet<GlobalValue::GUID> CfiFunctionDefs; member in __anona29527bd1111::CGThinBackend
1469 CfiFunctionDefs.insert_range(Defs.guids()); in CGThinBackend()
1529 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
1647 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
1732 DefinedGlobals, CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h76 const DenseSet<GlobalValue::GUID> &CfiFunctionDefs = {},
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8024 auto &CfiFunctionDefs = TheIndex.cfiFunctionDefs(); in parseEntireSummary() local
8026 CfiFunctionDefs.emplace(Strtab.data() + Record[I], in parseEntireSummary()