Searched refs:VoidTy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.cpp23 VoidTy(C, Type::VoidTyID),
H A DLLVMContextImpl.h301 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy; member in class:llvm::LLVMContextImpl
H A DType.cpp244 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; }
H A DInstructions.cpp479 Type *VoidTy = Type::getVoidTy(M->getContext()); local
482 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1342 I.getType() != Type::VoidTy) {
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli551 value in the context [c]. See [llvm::Type::VoidTy]. *)

Completed in 155 milliseconds