Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2675 llvm::FunctionCallee classLookupFunction = nullptr; in GenerateMessageSendSuper() local
2677 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2680 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2683 ReceiverClass = Builder.CreateCall(classLookupFunction, in GenerateMessageSendSuper()