Home
last modified time | relevance | path

Searched refs:getFromCtorType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h77 inline StructorType getFromCtorType(CXXCtorType T) { in getFromCtorType() function
DCGClass.cpp1779 llvm::Value *Callee = CGM.getAddrOfCXXStructor(D, getFromCtorType(Type)); in EmitCXXConstructorCall()
1860 CGM.getAddrOfCXXStructor(Ctor, getFromCtorType(CtorType)); in EmitDelegateCXXConstructorCall()
1862 .arrangeCXXStructorDeclaration(Ctor, getFromCtorType(CtorType)), in EmitDelegateCXXConstructorCall()
DCodeGenModule.h678 getFromCtorType(GD.getCtorType())); in GetAddrOfGlobal()
DCodeGenModule.cpp1521 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()
DCGCall.cpp327 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType())); in arrangeGlobalDeclaration()