Searched refs:m_objc_getClass (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h443 llvm::FunctionCallee m_objc_getClass; ///< The address of the function member in class:IRForTarget
H A DIRForTarget.cpp78 m_objc_getClass(nullptr), m_intptr_ty(nullptr),
991 if (!m_objc_getClass) {
1018 m_objc_getClass = {ogC_type,
1031 CallInst *ogC_call = CallInst::Create(m_objc_getClass, ogC_arguments,

Completed in 60 milliseconds