Searched refs:VoidTyID (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/
H A DType.h51 VoidTyID = 0, ///< 0: type with no size enumerator in enum:llvm::Type::TypeID
136 bool isVoidTy() const { return getTypeID() == VoidTyID; }
231 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
239 return (getTypeID() != VoidTyID && isPrimitiveType()) ||
/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp22 VoidTy(C, Type::VoidTyID),
H A DValueTypes.cpp210 case Type::VoidTyID:
H A DType.cpp27 case VoidTyID : return getVoidTy(C);
H A DAsmWriter.cpp196 case Type::VoidTyID: OS << "void"; break;
H A DCore.cpp156 case Type::VoidTyID:
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp65 case Type::VoidTyID: return 'V';
115 case Type::VoidTyID: return &ffi_type_void;
223 if (RetTy->getTypeID() != Type::VoidTyID)
H A DExecution.cpp1347 case Type::VoidTyID: dbgs() << "void"; break;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp231 case Type::VoidTyID:
/external/llvm/lib/Target/
H A DTargetData.cpp480 case Type::VoidTyID:
536 case Type::VoidTyID:
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp473 case Type::VoidTyID:
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp225 case Type::VoidTyID:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp181 case Type::VoidTyID: return "void_";
368 case Type::VoidTyID: return "Type::getVoidTy(mod->getContext())";
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp280 if (Ty->getTypeID() == Type::VoidTyID)
H A DNVPTXISelLowering.cpp292 if (retTy->getTypeID() == Type::VoidTyID)
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp261 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1570 if (Ty->getTypeID() == Type::VoidTyID)

Completed in 780 milliseconds