Searched defs:isGCManagedPointer (Results 1 – 2 of 2) sorted by relevance
| /external/llvm/lib/CodeGen/ | ||
| D | BuiltinGCs.cpp | 80 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonf328c7290111::StatepointGC |
| /external/llvm/include/llvm/CodeGen/ | ||
| D | GCStrategy.h | 124 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function |