Home
last modified time | relevance | path

Searched refs:LLVMContextRef (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
DCore.h378 typedef void (*LLVMYieldCallback)(LLVMContextRef, void *);
386 LLVMContextRef LLVMContextCreate(void);
391 LLVMContextRef LLVMGetGlobalContext(void);
396 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
405 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback,
414 void LLVMContextDispose(LLVMContextRef C);
431 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
467 LLVMContextRef C);
545 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
682 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
[all …]
DTarget.h231 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
236 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
DTypes.h54 typedef struct LLVMOpaqueContext *LLVMContextRef; typedef
/external/llvm/include/llvm/IR/
DLLVMContext.h221 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument
225 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
229 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
230 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
/external/llvm/bindings/go/llvm/
DIRBindings.h42 LLVMMetadataRef LLVMMDString2(LLVMContextRef C, const char *Str, unsigned SLen);
43 LLVMMetadataRef LLVMMDNode2(LLVMContextRef C, LLVMMetadataRef *MDs,
45 LLVMMetadataRef LLVMTemporaryMDNode(LLVMContextRef C, LLVMMetadataRef *MDs,
DIRBindings.cpp56 LLVMMetadataRef LLVMMDString2(LLVMContextRef C, const char *Str, unsigned SLen) { in LLVMMDString2()
60 LLVMMetadataRef LLVMMDNode2(LLVMContextRef C, LLVMMetadataRef *MDs, in LLVMMDNode2()
66 LLVMMetadataRef LLVMTemporaryMDNode(LLVMContextRef C, LLVMMetadataRef *MDs, in LLVMTemporaryMDNode()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp45 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
73 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
92 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
121 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
/external/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c24 CAMLprim LLVMModuleRef llvm_get_module(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_get_module()
34 CAMLprim LLVMModuleRef llvm_parse_bitcode(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_parse_bitcode()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c121 CAMLprim LLVMContextRef llvm_create_context(value Unit) { in llvm_create_context()
126 CAMLprim value llvm_dispose_context(LLVMContextRef C) { in llvm_dispose_context()
132 CAMLprim LLVMContextRef llvm_global_context(value Unit) { in llvm_global_context()
137 CAMLprim value llvm_mdkind_id(LLVMContextRef C, value Name) { in llvm_mdkind_id()
146 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
225 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context()
251 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) { in llvm_i1_type()
256 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) { in llvm_i8_type()
261 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) { in llvm_i16_type()
266 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context) { in llvm_i32_type()
[all …]
/external/llvm/lib/IR/
DCore.cpp76 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate()
80 LLVMContextRef LLVMGetGlobalContext() { in LLVMGetGlobalContext()
84 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler()
92 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback, in LLVMContextSetYieldCallback()
99 void LLVMContextDispose(LLVMContextRef C) { in LLVMContextDispose()
103 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name, in LLVMGetMDKindIDInContext()
154 LLVMContextRef C) { in LLVMModuleCreateWithNameInContext()
222 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext()
276 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext()
300 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext()
[all …]
/external/llvm/lib/Target/
DTarget.cpp82 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext()
86 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
/external/llvm/bindings/ocaml/irreader/
Dirreader_ocaml.c24 CAMLprim value llvm_parse_ir(LLVMContextRef C, in llvm_parse_ir()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h46 LLVMContextRef context;
Dlp_bld_assert.c65 LLVMContextRef context = gallivm->context; in lp_build_assert()
Dlp_bld_printf.c49 LLVMContextRef context = gallivm->context; in lp_build_print_args()
Dlp_bld_init.c324 static LLVMContextRef gallivm_context = NULL;
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm.h122 LLVMContextRef ctx = bld_base->base.gallivm->context; in bitcast()
/external/llvm/tools/llvm-c-test/
Dmodule.c41 LLVMContextRef C = LLVMGetGlobalContext(); in load_module()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c85 CAMLprim LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) { in llvm_datalayout_intptr_type()
95 CAMLprim LLVMTypeRef llvm_datalayout_qualified_intptr_type(LLVMContextRef C, in llvm_datalayout_qualified_intptr_type()
/external/llvm/lib/IRReader/
DIRReader.cpp102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp68 static void yield(LLVMContextRef, void *) { in yield() argument
462 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c47 LLVMContextRef lc = gallivm->context; in lp_jit_create_types()
Dlp_test_arit.c254 LLVMContextRef context = gallivm->context; in build_unary_test_func()

12