Home
last modified time | relevance | path

Searched refs:classLookupFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2440 llvm::Constant *classLookupFunction = nullptr; in GenerateMessageSendSuper() local
2442 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2445 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2448 ReceiverClass = Builder.CreateCall(classLookupFunction, in GenerateMessageSendSuper()