Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5004 auto shouldImportValueAsDecl = [&](GlobalValueSummary *GVS) -> bool { in writeCombinedGlobalValueSummary() local
5120 getEncodedGVSummaryFlags(VS->flags(), shouldImportValueAsDecl(VS))); in writeCombinedGlobalValueSummary()
5175 getEncodedGVSummaryFlags(FS->flags(), shouldImportValueAsDecl(FS))); in writeCombinedGlobalValueSummary()
5226 getEncodedGVSummaryFlags(AS->flags(), shouldImportValueAsDecl(AS))); in writeCombinedGlobalValueSummary()