Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 59 llvm::Function *ThunkFn, bool ForVTable, in setThunkProperties() argument 62 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in setThunkProperties() 411 bool ForVTable) { in emitThunk() argument 453 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in emitThunk() 461 setThunkProperties(CGM, Thunk, ThunkFn, ForVTable, GD); in emitThunk() 482 setThunkProperties(CGM, Thunk, ThunkFn, ForVTable, GD); in emitThunk()
|
D | CGVTables.h | 53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
|
D | CodeGenModule.h | 717 bool ForVTable = false, 1151 bool ForVTable, bool DontDefer = false,
|
D | CGCXXABI.h | 427 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
|
D | CodeGenModule.cpp | 1823 GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument 1984 bool ForVTable, in GetAddrOfFunction() argument 1995 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|
D | ItaniumCXXABI.cpp | 278 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument 282 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
|
D | MicrosoftCXXABI.cpp | 357 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument
|