Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:objcarc

22 #include "ObjCARC.h"
26 using namespace llvm::objcarc;
28 raw_ostream &llvm::objcarc::operator<<(raw_ostream &OS,
83 ARCInstKind llvm::objcarc::GetFunctionClass(const Function *F) {
226 ARCInstKind llvm::objcarc::GetARCInstKind(const Value *V) {
324 bool llvm::objcarc::IsUser(ARCInstKind Class) {
357 bool llvm::objcarc::IsRetain(ARCInstKind Class) {
392 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) {
426 bool llvm::objcarc::IsForwarding(ARCInstKind Class) {
460 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) {
494 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) {
529 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) {
567 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) {
605 bool llvm::objcarc::CanInterruptRV(ARCInstKind Class) {
637 bool llvm::objcarc::CanDecrementRefCount(ARCInstKind Kind) {