Searched defs:ForVTable (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 42 setThunkProperties(CodeGenModule & CGM,const ThunkInfo & Thunk,llvm::Function * ThunkFn,bool ForVTable,GlobalDecl GD) setThunkProperties() argument 486 shouldEmitVTableThunk(CodeGenModule & CGM,const CXXMethodDecl * MD,bool IsUnprototyped,bool ForVTable) shouldEmitVTableThunk() argument 505 maybeEmitThunk(GlobalDecl GD,const ThunkInfo & TI,bool ForVTable) maybeEmitThunk() argument [all...] |
H A D | CodeGenModule.cpp | 4560 GetOrCreateLLVMFunction(StringRef MangledName,llvm::Type * Ty,GlobalDecl GD,bool ForVTable,bool DontDefer,bool IsThunk,llvm::AttributeList ExtraAttrs,ForDefinition_t IsForDefinition) GetOrCreateLLVMFunction() argument 4749 GetAddrOfFunction(GlobalDecl GD,llvm::Type * Ty,bool ForVTable,bool DontDefer,ForDefinition_t IsForDefinition) GetAddrOfFunction() argument [all...] |
H A D | ItaniumCXXABI.cpp | 328 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument
|
H A D | MicrosoftCXXABI.cpp | 402 setThunkLinkage(llvm::Function * Thunk,bool ForVTable,GlobalDecl GD,bool ReturnAdjustment) setThunkLinkage() argument
|