Searched refs:LLVMInt8Type (Results 1 – 4 of 4) sorted by relevance
61 #define LLVMInt8Type ILLEGAL_LLVM_FUNCTION macro
109 elements = LLVMArrayType(LLVMInt8Type(), union_size); in sym_union_type()120 type = LLVMInt8Type(); in sym_ptr_type()155 ret = LLVMInt8Type(); in sym_basetype_type()227 case 8: return LLVMInt8Type(); in insn_symbol_type()300 data = LLVMAddGlobal(module, LLVMArrayType(LLVMInt8Type(), strlen(s) + 1), ".str"); in get_sym_value()481 LLVMTypeRef bytep = LLVMPointerType(LLVMInt8Type(), as); in calc_gep()
1142 LLVMTypeRef LLVMInt8Type(void);
571 LLVMTypeRef LLVMInt8Type(void) { in LLVMInt8Type() function