Home
last modified time | relevance | path

Searched defs:isGCManagedPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp75 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon0c0f64120111::StatepointGC
107 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon0c0f64120111::CoreCLRGC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCStrategy.h99 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function