Searched defs:GD (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 61 llvm::Constant *CodeGenModule::GetAddrOfThunk(GlobalDecl GD, in GetAddrOfThunk() 239 GlobalDecl GD, const ThunkInfo &Thunk) { in GenerateVarArgsThunk() 305 GlobalDecl GD, const ThunkInfo &Thunk) { in GenerateThunk() 398 void CodeGenVTables::EmitThunk(GlobalDecl GD, const ThunkInfo &Thunk, in EmitThunk() 471 void CodeGenVTables::MaybeEmitThunkAvailableExternally(GlobalDecl GD, in MaybeEmitThunkAvailableExternally() 486 void CodeGenVTables::EmitThunks(GlobalDecl GD) in EmitThunks() 552 GlobalDecl GD; in CreateVTableInitializer() local
|
D | CGCXX.cpp | 216 GlobalDecl GD(ctor, ctorType); in GetAddrOfCXXConstructor() local 280 GlobalDecl GD(dtor, dtorType); in GetAddrOfCXXDestructor() local
|
D | CodeGenModule.cpp | 315 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName() 352 void CodeGenModule::getBlockMangledName(GlobalDecl GD, MangleBuffer &Buffer, in getBlockMangledName() 575 void CodeGenModule::SetFunctionAttributes(GlobalDecl GD, in SetFunctionAttributes() 792 void CodeGenModule::EmitGlobal(GlobalDecl GD) { in EmitGlobal() 943 void CodeGenModule::EmitGlobalDefinition(GlobalDecl GD) { in EmitGlobalDefinition() 1085 llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD, in GetAddrOfFunction() 1736 void CodeGenModule::EmitGlobalFunctionDefinition(GlobalDecl GD) { in EmitGlobalFunctionDefinition() 1815 void CodeGenModule::EmitAliasDefinition(GlobalDecl GD) { in EmitAliasDefinition() 2646 GlobalDecl GD = GlobalDecl(cast<VarDecl>(D)); in EmitDeclMetadata() local
|
D | CGVTT.cpp | 123 bool CodeGenVTables::needsVTTParameter(GlobalDecl GD) { in needsVTTParameter()
|
D | CodeGenFunction.cpp | 254 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction() 422 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
|
D | CGCall.cpp | 269 CodeGenTypes::arrangeGlobalDeclaration(GlobalDecl GD) { in arrangeGlobalDeclaration() 773 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType() 858 llvm::Type *CodeGenTypes::GetFunctionTypeForVTable(GlobalDecl GD) { in GetFunctionTypeForVTable()
|
D | CGClass.cpp | 277 static llvm::Value *GetVTTParameter(CodeGenFunction &CGF, GlobalDecl GD, in GetVTTParameter() 1757 GlobalDecl GD(CallOperator); in EmitForwardingCallToLambda() local
|
D | CodeGenModule.h | 498 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD) { in GetAddrOfGlobal()
|
D | ItaniumCXXABI.cpp | 165 static bool HasThisReturn(GlobalDecl GD) { in HasThisReturn()
|
D | CGBlocks.cpp | 992 CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, in GenerateBlockFunction()
|
D | CGDebugInfo.cpp | 1980 void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType, in EmitFunctionStart()
|
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 78 GlobalDecl GD; in getFromOpaquePtr() local
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 2302 uint64_t VTableContext::getMethodVTableIndex(GlobalDecl GD) { in getMethodVTableIndex()
|