HomeSort by relevance Sort by last modified time
    Searched refs:LLVMContextRef (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/include/llvm-c/
BitReader.h 41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
Core.h 72 typedef struct LLVMOpaqueContext *LLVMContextRef;
437 LLVMContextRef LLVMContextCreate(void);
442 LLVMContextRef LLVMGetGlobalContext(void);
450 void LLVMContextDispose(LLVMContextRef C);
452 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
488 LLVMContextRef C);
554 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
691 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
704 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
705 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C)
    [all...]
  /external/llvm/include/llvm/IR/
LLVMContext.h 115 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef)
119 inline LLVMContext **unwrap(LLVMContextRef* Tys) {
123 inline LLVMContextRef *wrap(const LLVMContext **Tys) {
124 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys));
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
74 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.h 46 LLVMContextRef context;
lp_bld_assert.c 65 LLVMContextRef context = gallivm->context;
lp_bld_printf.c 49 LLVMContextRef context = gallivm->context;
lp_bld_init.c 324 static LLVMContextRef gallivm_context = NULL;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.h 46 LLVMContextRef context;
lp_bld_assert.c 65 LLVMContextRef context = gallivm->context;
lp_bld_printf.c 49 LLVMContextRef context = gallivm->context;
lp_bld_init.c 324 static LLVMContextRef gallivm_context = NULL;
  /external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c 49 CAMLprim value llvm_get_module(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) {
62 CAMLprim value llvm_parse_bitcode(LLVMContextRef C,
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 98 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
103 CAMLprim value llvm_dispose_context(LLVMContextRef C) {
109 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
114 CAMLprim value llvm_mdkind_id(LLVMContextRef C, value Name) {
123 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) {
179 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) {
186 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) {
191 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) {
196 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) {
201 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 122 LLVMContextRef ctx = bld_base->base.gallivm->context;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 122 LLVMContextRef ctx = bld_base->base.gallivm->context;
  /external/llvm/lib/IR/
Core.cpp 72 LLVMContextRef LLVMContextCreate() {
76 LLVMContextRef LLVMGetGlobalContext() {
80 void LLVMContextDispose(LLVMContextRef C) {
84 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
101 LLVMContextRef C) {
157 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) {
209 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) {
215 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) {
218 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) {
221 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context;
lp_test_arit.c 254 LLVMContextRef context = gallivm->context;
lp_test_format.c 83 LLVMContextRef context = gallivm->context;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context;
lp_test_arit.c 254 LLVMContextRef context = gallivm->context;
lp_test_format.c 83 LLVMContextRef context = gallivm->context;

Completed in 190 milliseconds

1 2