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

1 2

  /external/llvm/include/llvm-c/
IRReader.h 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
BitReader.h 41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
Core.h 70 typedef struct LLVMOpaqueContext *LLVMContextRef;
472 typedef void (*LLVMYieldCallback)(LLVMContextRef, void *);
480 LLVMContextRef LLVMContextCreate(void);
485 LLVMContextRef LLVMGetGlobalContext(void);
490 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
499 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback,
508 void LLVMContextDispose(LLVMContextRef C);
525 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
561 LLVMContextRef C);
635 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M)
    [all...]
Target.h 231 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
236 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
  /external/llvm/include/llvm/IR/
LLVMContext.h 180 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef)
184 inline LLVMContext **unwrap(LLVMContextRef* Tys) {
188 inline LLVMContextRef *wrap(const LLVMContext **Tys) {
189 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys));
  /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/llvm/lib/Bitcode/Reader/
BitReader.cpp 29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
77 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;
  /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;
  /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/irreader/
irreader_ocaml.c 48 CAMLprim value llvm_parse_ir(LLVMContextRef C,
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 123 CAMLprim LLVMContextRef llvm_create_context(value Unit) {
128 CAMLprim value llvm_dispose_context(LLVMContextRef C) {
134 CAMLprim LLVMContextRef llvm_global_context(value Unit) {
139 CAMLprim value llvm_mdkind_id(LLVMContextRef C, value Name) {
148 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) {
225 CAMLprim LLVMContextRef llvm_type_context(LLVMTypeRef Ty) {
249 CAMLprim LLVMTypeRef llvm_i1_type (LLVMContextRef Context) {
254 CAMLprim LLVMTypeRef llvm_i8_type (LLVMContextRef Context) {
259 CAMLprim LLVMTypeRef llvm_i16_type (LLVMContextRef Context) {
264 CAMLprim LLVMTypeRef llvm_i32_type (LLVMContextRef Context)
    [all...]
  /external/llvm/lib/Target/
Target.cpp 85 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) {
89 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) {
  /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/IRReader/
IRReader.cpp 104 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
  /external/llvm/lib/IR/
Core.cpp 76 LLVMContextRef LLVMContextCreate() {
80 LLVMContextRef LLVMGetGlobalContext() {
84 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
92 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback,
99 void LLVMContextDispose(LLVMContextRef C) {
103 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
154 LLVMContextRef C) {
220 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) {
272 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) {
296 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context;
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 114 CAMLprim LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) {
124 CAMLprim LLVMTypeRef llvm_datalayout_qualified_intptr_type(LLVMContextRef C,

Completed in 239 milliseconds

1 2