Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1617 GlobalDecl GDStub = GlobalDecl(FD, KernelReferenceKind::Stub); in GenerateCode() local
1624 CGM.getRawFunctionPointer(GDStub, FTy); in GenerateCode()
1625 CGCallee GDStubCallee = CGCallee::forDirect(GDStubFunctionPointer, GDStub); in GenerateCode()