Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 42 llvm::Function *ThunkFn, bool ForVTable, in setThunkProperties() argument 45 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in setThunkProperties() 486 bool IsUnprototyped, bool ForVTable) { in shouldEmitVTableThunk() argument 496 if (ForVTable) in shouldEmitVTableThunk() 505 bool ForVTable) { in maybeEmitThunk() argument 536 if (!shouldEmitVTableThunk(CGM, MD, IsUnprototyped, ForVTable)) in maybeEmitThunk() 569 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in maybeEmitThunk() 577 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk() 621 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
|
H A D | CGVTables.h | 62 bool ForVTable);
|
H A D | CGCXXABI.h | 504 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
|
H A D | CodeGenModule.h | 952 bool ForVTable = false, 1683 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
|
H A D | ItaniumCXXABI.cpp | 328 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument 332 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
|
H A D | CodeGenModule.cpp | 4566 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument 4766 CodeGenModule::GetAddrOfFunction(GlobalDecl GD, llvm::Type *Ty, bool ForVTable, in GetAddrOfFunction() argument 4786 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|
H A D | MicrosoftCXXABI.cpp | 402 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument
|