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

/external/llvm/lib/IR/
H A DType.cpp28 case VoidTyID : return getVoidTy(C);
227 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } function in class:Type
/external/llvm/include/llvm/IR/
H A DIRBuilder.h264 Type *getVoidTy() { function in class:llvm::IRBuilderBase
265 return Type::getVoidTy(Context);

Completed in 47 milliseconds