Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp46 bool ValueInfo::canAutoHide() const { in canAutoHide() function in ValueInfo
51 return Summary->canAutoHide(); in canAutoHide()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h228 bool canAutoHide() const;
410 bool canAutoHide() const { return Flags.CanAutoHide; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp194 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey()
339 S->setCanAutoHide(VI.canAutoHide() && in thinLTOResolvePrevailingGUID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp745 KEYWORD(canAutoHide); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1020 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule()