Home
last modified time | relevance | path

Searched defs:PointerType (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h36 class PointerType; variable
H A DType.h28 class PointerType; variable
H A DInlineAsm.h25 class PointerType; variable
H A DGlobalValue.h28 class PointerType; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h29 class PointerType; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h45 class PointerType; variable
H A DCGBlocks.h37 class PointerType; variable
H A DItaniumCXXABI.cpp3033 QualType PointerType = getContext().getPointerType(Type); in EmitFundamentalRTTIDescriptor() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h58 class PointerType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp749 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go606 func PointerType(elementType Type, addressSpace int) (t Type) { func