Home
last modified time | relevance | path

Searched defs:TypedPointerType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp32 TypedPointerType::TypedPointerType(Type *E, unsigned AddrSpace) in TypedPointerType() function in TypedPointerType
H A DLLVMContextImpl.h75 class TypedPointerType; variable