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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2554 llvm::FunctionCallee classLookupFunction = nullptr; local
2556 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get(
2559 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get(
2562 ReceiverClass = Builder.CreateCall(classLookupFunction,

Completed in 66 milliseconds