Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3507 uint64_t instanceMethods; /* method_list_t * (64-bit pointer) */ member
3520 uint32_t instanceMethods; /* method_list_t * (32-bit pointer) */ member
3581 uint64_t instanceMethods; /* struct method_list_t * (64-bit pointer) */ member
3591 uint32_t instanceMethods; /* struct method_list_t * (32-bit pointer) */ member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp6679 SmallVector<const ObjCMethodDecl *, 16> instanceMethods; in GenerateCategory() local