Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2555 llvm::FunctionCallee classLookupFunction = nullptr; in GenerateMessageSendSuper() local
2557 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2560 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2563 ReceiverClass = Builder.CreateCall(classLookupFunction, in GenerateMessageSendSuper()