Searched defs:CompositeType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDerivedTypes.h145 /// CompositeType - Common super class of ArrayType, StructType, PointerType
147 class CompositeType : public Type { class in namespace:llvm
149 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { } function in class:llvm::CompositeType
190 class StructType : public CompositeType {
194 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {}
309 class SequentialType : public CompositeType {
316 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp79 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
85 unwrap<MDSubroutineType>(CompositeType), IsLocalToUnit, IsDefinition,
76 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, const char *LinkageName, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Func) argument

Completed in 348 milliseconds