Home
last modified time | relevance | path

Searched refs:CfiFunctionDecls (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h289 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),
290 index.CfiFunctionDecls.end());
291 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
296 std::vector<std::string> CfiFunctionDecls;
297 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
298 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),
299 CfiFunctionDecls.end()};
H A DModuleSummaryIndex.h1155 std::set<std::string> CfiFunctionDecls;
1366 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1367 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/Inputs/
H A Dblockaddr-import.yaml8 CfiFunctionDecls:
H A Dcfi-direct-call.yaml10 CfiFunctionDecls:
H A Dimport-alias.yaml10 CfiFunctionDecls:
H A Dcfi-direct-call1.yaml10 CfiFunctionDecls:
H A Dimport-icall.yaml16 CfiFunctionDecls:
/llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/
H A Dexport-icall.ll88 ; SUMMARY-NEXT: CfiFunctionDecls:
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp87 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() argument
204 if (CfiFunctionDecls.count(ValueGUID)) in computeLTOCacheKey()
1218 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon5d5e48ed0b11::InProcessThinBackend
1240 CfiFunctionDecls.insert( in InProcessThinBackend()
1280 CfiFunctionDecls); in runThinLTOBackendThread()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {});
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7387 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
7389 CfiFunctionDecls.insert( in parseEntireSummary()