Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2558 llvm::FunctionCallee classLookupFunction = nullptr; in GenerateMessageSendSuper() local
2560 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2563 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2566 ReceiverClass = Builder.CreateCall(classLookupFunction, in GenerateMessageSendSuper()