Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DTypesTest.cpp17 TEST(TypesTest, StructType) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DModule.h35 class StructType; variable
H A DGVMaterializer.h28 class StructType; variable
H A DTypeFinder.h24 class StructType; variable
H A DConstants.h35 class StructType; variable
H A DDerivedTypes.h193 StructType(LLVMContext &C) in StructType() function
H A DDataLayout.h39 class StructType; variable
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dinvalid-decl.c28 } StructType; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Linker/
H A DLinker.h20 class StructType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerStructArgs.cpp64 Type *StructType = PType->getElementType(); in handleParam() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h29 class StructType; variable
H A DCGRecordLayout.h20 class StructType; variable
H A DCGOpenMPRuntime.h30 class StructType; variable
H A DCodeGenTypes.h30 class StructType; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h59 class StructType; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h26 class StructType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.h40 class StructType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp252 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go545 func (c Context) StructType(elementTypes []Type, packed bool) (t Type) { func
559 func StructType(elementTypes []Type, packed bool) (t Type) { func