Searched defs:GD (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h79 GlobalDecl GD; local
106 static unsigned getHashValue(clang::GlobalDecl GD) { argument
H A DVTableBuilder.h316 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h311 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, argument
331 adjustThisParameterInVirtualFunctionPrologue( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
402 adjustCallArgsForDestructorThunk(CodeGenFunction &CGF, GlobalDecl GD, CallArgList &CallArgs) argument
H A DCGCXX.cpp225 GlobalDecl GD; local
245 GlobalDecl GD; local
263 BuildAppleKextVirtualCall(CodeGenFunction &CGF, GlobalDecl GD, llvm::Type *Ty, const CXXRecordDecl *RD) argument
[all...]
H A DCGCXXABI.cpp315 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { argument
H A DCodeGenPGO.cpp608 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { argument
H A DCGVTables.cpp35 llvm::Constant *CodeGenModule::GetAddrOfThunk(GlobalDecl GD, argument
58 setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk, llvm::Function *ThunkFn, bool ForVTable, GlobalDecl GD) argument
144 GenerateVarArgsThunk(llvm::Function *Fn, const CGFunctionInfo &FnInfo, GlobalDecl GD, const ThunkInfo &Thunk) argument
210 StartThunk(llvm::Function *Fn, GlobalDecl GD, const CGFunctionInfo &FnInfo) argument
399 generateThunk(llvm::Function *Fn, const CGFunctionInfo &FnInfo, GlobalDecl GD, const ThunkInfo &Thunk) argument
413 emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable) argument
488 maybeEmitThunkForVTable(GlobalDecl GD, const ThunkInfo &Thunk) argument
507 EmitThunks(GlobalDecl GD) argument
568 GlobalDecl GD; local
[all...]
H A DCGBlocks.cpp1137 CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, argument
H A DCGCall.cpp229 GlobalDecl GD; local
352 CodeGenTypes::arrangeGlobalDeclaration(GlobalDecl GD) { argument
[all...]
H A DCGDecl.cpp252 GlobalDecl GD; local
H A DCodeGenFunction.cpp659 void CodeGenFunction::StartFunction(GlobalDecl GD, argument
917 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, argument
[all...]
H A DCodeGenModule.h307 DeferredGlobal(llvm::GlobalValue *GV, GlobalDecl GD) : GV(GV), GD(GD) {} argument
309 GlobalDecl GD; member in struct:clang::CodeGen::CodeGenModule::DeferredGlobal
312 void addDeferredDeclToEmit(llvm::GlobalValue *GV, GlobalDecl GD) { argument
1003 setFunctionLinkage(GlobalDecl GD, llvm::Function *F) argument
[all...]
H A DCGClass.cpp424 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, argument
H A DCGDebugInfo.cpp2417 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, argument
2675 void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, SourceLocation Loc, argument
2751 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, argument
H A DCodeGenModule.cpp617 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { argument
658 getBlockMangledName(GlobalDecl GD, const BlockDecl *BD) argument
729 getFunctionLinkage(GlobalDecl GD) argument
746 setFunctionDLLStorageClass(GlobalDecl GD, llvm::Function *F) argument
1016 SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, bool IsIncompleteFunction, bool IsThunk) argument
1482 EmitGlobal(GlobalDecl GD) argument
1660 shouldEmitFunction(GlobalDecl GD) argument
1699 EmitGlobalDefinition(GlobalDecl GD, llvm::GlobalValue *GV) argument
1749 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, bool DontDefer, bool IsThunk, llvm::AttributeSet ExtraAttrs, bool IsForDefinition) argument
1910 GetAddrOfFunction(GlobalDecl GD, llvm::Type *Ty, bool ForVTable, bool DontDefer, bool IsForDefinition) argument
2065 GetAddrOfGlobal(GlobalDecl GD, bool IsForDefinition) argument
2706 EmitGlobalFunctionDefinition(GlobalDecl GD, llvm::GlobalValue *GV) argument
2752 EmitAliasDefinition(GlobalDecl GD) argument
3835 GlobalDecl GD = GlobalDecl(cast<VarDecl>(D)); local
[all...]
H A DCGOpenMPRuntime.cpp4190 bool CGOpenMPRuntime::emitTargetFunctions(GlobalDecl GD) { argument
4207 bool CGOpenMPRuntime::emitTargetGlobalVariable(GlobalDecl GD) { argument
4234 bool CGOpenMPRuntime::emitTargetGlobal(GlobalDecl GD) { argument
[all...]
H A DItaniumCXXABI.cpp1594 getVirtualFunctionPointer(CodeGenFunction &CGF, GlobalDecl GD, Address This, llvm::Type *Ty, SourceLocation Loc) argument
2329 NeedsVTTParameter(GlobalDecl GD) argument
[all...]
H A DMicrosoftCXXABI.cpp1070 isDeletingDtor(GlobalDecl GD) argument
1263 getVirtualFunctionPrologueThisAdjustment(GlobalDecl GD) argument
1299 adjustThisArgumentForVirtualFunctionCall( CodeGenFunction &CGF, GlobalDecl GD, Address This, bool VirtualCall) argument
1400 adjustThisParameterInVirtualFunctionPrologue( CodeGenFunction &CGF, GlobalDecl GD, llvm::Value *This) argument
1790 getClassAtVTableLocation(ASTContext &Ctx, GlobalDecl GD, MicrosoftVTableContext::MethodVFTableLocation &ML) argument
1799 getVirtualFunctionPointer(CodeGenFunction &CGF, GlobalDecl GD, Address This, llvm::Type *Ty, SourceLocation Loc) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp2241 uint64_t ItaniumVTableContext::getMethodVTableIndex(GlobalDecl GD) { argument
3599 GlobalDecl GD = Loc.first; local
3741 getMethodVFTableLocation(GlobalDecl GD) argument
[all...]

Completed in 371 milliseconds