Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp41 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 DCGVTables.h63 bool ForVTable);
H A DCGCXXABI.h445 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
H A DCodeGenModule.h829 bool ForVTable = false,
1311 StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable,
H A DCodeGenModule.cpp2703 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 DItaniumCXXABI.cpp292 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument
296 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
H A DMicrosoftCXXABI.cpp365 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument