Searched defs:ForVTable (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 41 llvm::Function *ThunkFn, bool ForVTable, in setThunkProperties() 475 bool IsUnprototyped, bool ForVTable) { in shouldEmitVTableThunk() 494 bool ForVTable) { in maybeEmitThunk()
|
H A D | CodeGenModule.cpp | 3465 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction() 3651 bool ForVTable, in GetAddrOfFunction()
|
H A D | ItaniumCXXABI.cpp | 285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, in setThunkLinkage()
|
H A D | MicrosoftCXXABI.cpp | 377 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, in setThunkLinkage()
|