Home
last modified time | relevance | path

Searched defs:VoidType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp691 SPIRVType *VoidType = GR->getOrCreateSPIRVType( in insertInlineAsmProcess() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp178 class VoidType : public Type { class
180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon819a2c470111::VoidType
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3154 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local