Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTables.h | 53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
|
| H A D | CGVTables.cpp | 387 bool ForVTable) { in emitThunk() argument 429 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in emitThunk() 452 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in emitThunk() 458 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in emitThunk()
|
| H A D | CGCXXABI.h | 375 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
|
| H A D | CodeGenModule.h | 715 bool ForVTable = false, 1108 bool ForVTable, bool DontDefer = false,
|
| H A D | CodeGenModule.cpp | 1534 GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument 1653 bool ForVTable, in GetAddrOfFunction() argument 1660 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer); in GetAddrOfFunction()
|
| H A D | ItaniumCXXABI.cpp | 201 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument 205 if (ForVTable) in setThunkLinkage()
|
| H A D | MicrosoftCXXABI.cpp | 240 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument
|