Searched refs:getVoidType (Results 1 – 4 of 4) sorted by relevance
155 TypeVoidInst *getVoidType();411 TypeVoidInst *getVoidType();
286 TypeVoidInst *Module::getVoidType() { in getVoidType() function in android::spirit::Module287 return getGlobalSection()->getVoidType(); in getVoidType()724 TypeVoidInst *GlobalSection::getVoidType() { in getVoidType() function in android::spirit::GlobalSection
77 auto VoidTy = m->getVoidType(); in TEST()
87 TypeVoidInst *VoidTy = m->getVoidType(); in AddWrapper()