Home
last modified time | relevance | path

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

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