Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGVTables.cpp59 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()
DCGVTables.h53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
DCodeGenModule.h717 bool ForVTable = false,
1151 bool ForVTable, bool DontDefer = false,
DCGCXXABI.h427 virtual void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
DCodeGenModule.cpp1823 GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() argument
1984 bool ForVTable, in GetAddrOfFunction() argument
1995 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
DItaniumCXXABI.cpp278 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage() argument
282 if (ForVTable && !Thunk->hasLocalLinkage()) in setThunkLinkage()
DMicrosoftCXXABI.cpp357 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage() argument