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

/external/llvm/lib/VMCore/
H A DType.cpp27 case VoidTyID : return getVoidTy(C);
248 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } function in class:Type
/external/llvm/include/llvm/
H A DIRBuilder.h260 /// getVoidTy - Fetch the type representing void.
261 Type *getVoidTy() { function in class:llvm::IRBuilderBase
262 return Type::getVoidTy(Context);

Completed in 101 milliseconds