Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h136 llvm::DIType *CreateType(const BuiltinType *Ty);
137 llvm::DIType *CreateType(const ComplexType *Ty);
139 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
140 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
142 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
143 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
144 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
145 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
147 llvm::DIType *CreateType(const RecordType *Tyg);
153 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F);
[all …]
DCGDebugInfo.cpp463 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType() function in CGDebugInfo
606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType() function in CGDebugInfo
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType() function in CGDebugInfo
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType() function in CGDebugInfo
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType() function in CGDebugInfo
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType() function in CGDebugInfo
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType() function in CGDebugInfo
904 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType() function in CGDebugInfo
1692 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType() function in CGDebugInfo
1763 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType() function in CGDebugInfo
[all …]
/external/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp58 using CreateType = TextDataStreamer *; typedef in Ice::__anon2a4104cc0111::TextDataStreamer
60 using CreateType = std::unique_ptr<TextDataStreamer>; typedef in Ice::__anon2a4104cc0111::TextDataStreamer
62 static CreateType create(const std::string &Filename, std::string *Err);
70 TextDataStreamer::CreateType
85 return CreateType(); in create()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h145 inline flatbuffers::Offset<Type> CreateType(
/external/flatbuffers/src/
Didl_parser.cpp2476 return reflection::CreateType(*builder, in Serialize()