Searched defs:isGCManagedPointer (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | BuiltinGCs.cpp | 76 std::optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon091f0a810111::StatepointGC |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GCStrategy.h | 101 virtual std::optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function |