Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 41 llvm::Function *ThunkFn, bool ForVTable, in setThunkProperties() argument 44 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in setThunkProperties() 475 bool IsUnprototyped, bool ForVTable) { in shouldEmitVTableThunk() argument 485 if (ForVTable) in shouldEmitVTableThunk() 494 bool ForVTable) { in maybeEmitThunk() argument 513 if (!shouldEmitVTableThunk(CGM, MD, IsUnprototyped, ForVTable)) in maybeEmitThunk() 549 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in maybeEmitThunk() 557 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk() 601 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
|
| H A D | CGVTables.h | 62 bool ForVTable);
|
| H A D | CodeGenModule.h | 879 bool ForVTable = false, 1470 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
|
| H A D | CGCXXABI.h | 480 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
|
| H A D | CodeGenModule.cpp | 3465 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument 3651 bool ForVTable, in GetAddrOfFunction() argument 3673 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|
| H A D | ItaniumCXXABI.cpp | 285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument 289 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
|
| H A D | MicrosoftCXXABI.cpp | 377 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument
|