Home
last modified time | relevance | path

Searched refs:LLVMInt8Type (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h61 #define LLVMInt8Type ILLEGAL_LLVM_FUNCTION macro
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c109 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1142 LLVMTypeRef LLVMInt8Type(void);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp571 LLVMTypeRef LLVMInt8Type(void) { in LLVMInt8Type() function