HomeSort by: relevance | last modified time | path
    Searched refs:CreateType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
182 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
185 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
187 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
188 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F)
    [all...]
CGDebugInfo.cpp 649 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
761 return CreateType(cast<const BuiltinType>(CGM.getContext().IntTy));
914 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) {
918 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) {
929 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) {
973 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty,
986 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty,
1196 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty,
1237 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
1260 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty
    [all...]

Completed in 23 milliseconds