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