Home
last modified time | relevance | path

Searched refs:ForVTable (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp41 llvm::Function *ThunkFn, bool ForVTable, in setThunkProperties() argument
44 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD, in setThunkProperties()
477 bool IsUnprototyped, bool ForVTable) { in shouldEmitVTableThunk() argument
487 if (ForVTable) in shouldEmitVTableThunk()
496 bool ForVTable) { in maybeEmitThunk() argument
515 if (!shouldEmitVTableThunk(CGM, MD, IsUnprototyped, ForVTable)) in maybeEmitThunk()
551 bool UseAvailableExternallyLinkage = ForVTable && ABIHasKeyFunctions; in maybeEmitThunk()
559 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
603 setThunkProperties(CGM, TI, ThunkFn, ForVTable, GD); in maybeEmitThunk()
H A DCGVTables.h62 bool ForVTable);
H A DCGCXXABI.h505 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
H A DCodeGenModule.h923 bool ForVTable = false,
1558 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
H A DCodeGenModule.cpp4001 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument
4189 bool ForVTable, in GetAddrOfFunction() argument
4211 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
H A DItaniumCXXABI.cpp285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument
289 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
H A DMicrosoftCXXABI.cpp394 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument