Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GD

203   GlobalDecl GD(ctor, ctorType);
205 StringRef name = getMangledName(GD);
213 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
261 GlobalDecl GD(dtor, dtorType);
263 StringRef name = getMangledName(GD);
271 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
276 CodeGenFunction::BuildVirtualCall(GlobalDecl GD, llvm::Value *This,
278 GD = GD.getCanonicalDecl();
279 uint64_t VTableIndex = CGM.getVTableContext().getMethodVTableIndex(GD);
289 GlobalDecl GD,
292 GD = GD.getCanonicalDecl();
298 uint64_t VTableIndex = CGM.getVTableContext().getMethodVTableIndex(GD);