Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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() 457 bool IsUnprototyped, bool ForVTable) { in shouldEmitVTableThunk() argument 467 if (ForVTable) in shouldEmitVTableThunk() 476 bool ForVTable) { in maybeEmitThunk() argument 495 if (!shouldEmitVTableThunk(CGM, MD, IsUnprototyped, ForVTable)) in maybeEmitThunk() 531 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in maybeEmitThunk() 539 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk() 567 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
|
| H A D | CGVTables.h | 63 bool ForVTable);
|
| H A D | CGCXXABI.h | 445 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
|
| H A D | CodeGenModule.h | 829 bool ForVTable = false, 1311 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
|
| H A D | CodeGenModule.cpp | 2703 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument 2890 bool ForVTable, in GetAddrOfFunction() argument 2911 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|
| H A D | ItaniumCXXABI.cpp | 292 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument 296 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
|
| H A D | MicrosoftCXXABI.cpp | 365 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument
|