Home
last modified time | relevance | path

Searched defs:class_addr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp64 void ObjCLanguageRuntime::AddToMethodCache(lldb::addr_t class_addr, in AddToMethodCache()
78 void ObjCLanguageRuntime::AddToMethodCache(lldb::addr_t class_addr, in AddToMethodCache()
90 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache()
99 lldb::addr_t ObjCLanguageRuntime::LookupInMethodCache(lldb::addr_t class_addr, in LookupInMethodCache()
H A DObjCLanguageRuntime.h401 lldb::addr_t class_addr = LLDB_INVALID_ADDRESS; member
424 lldb::addr_t class_addr = LLDB_INVALID_ADDRESS; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1159 Constant *class_addr = ConstantInt::get(m_intptr_ty, (uint64_t)class_ptr); in HandleObjCClass() local