Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h272 std::vector<std::string> CfiFunctionDecls(index.CfiFunctionDecls.begin(),
273 index.CfiFunctionDecls.end());
274 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
279 std::vector<std::string> CfiFunctionDecls;
280 io.mapOptional("CfiFunctionDecls", CfiFunctionDecls);
281 index.CfiFunctionDecls = {CfiFunctionDecls.begin(),
282 CfiFunctionDecls.end()};
DModuleSummaryIndex.h778 std::set<std::string> CfiFunctionDecls;
935 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
936 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp76 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeCacheKey() argument
181 if (CfiFunctionDecls.count(ValueGUID)) in computeCacheKey()
922 std::set<GlobalValue::GUID> CfiFunctionDecls; member in __anon8ca600a00a11::InProcessThinBackend
946 CfiFunctionDecls.insert( in InProcessThinBackend()
982 CfiFunctionDefs, CfiFunctionDecls); in runThinLTOBackendThread()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/
Dexport-icall.ll88 ; SUMMARY-NEXT: CfiFunctionDecls:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5485 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls(); in parseEntireSummary() local
5487 CfiFunctionDecls.insert( in parseEntireSummary()