Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp80 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonf328c7290111::StatepointGC
113 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonf328c7290111::CoreCLRGC
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h124 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function