Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2716 GlobalDecl GDDef; in GetOrCreateLLVMFunction() local
2718 GDDef = GlobalDecl(CD, GD.getCtorType()); in GetOrCreateLLVMFunction()
2720 GDDef = GlobalDecl(DD, GD.getDtorType()); in GetOrCreateLLVMFunction()
2722 GDDef = GlobalDecl(FDDef); in GetOrCreateLLVMFunction()
2723 EmitGlobal(GDDef); in GetOrCreateLLVMFunction()