/openbsd/gnu/llvm/llvm/include/llvm-c/ |
H A D | Core.h | 520 LLVMContextRef LLVMContextCreate(void); 525 LLVMContextRef LLVMGetGlobalContext(void); 530 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, 582 void LLVMContextDispose(LLVMContextRef C); 913 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M); 1147 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty); 1175 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C); 1176 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C); 1177 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C); 1209 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C); [all …]
|
H A D | BitReader.h | 48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, 60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 71 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
|
H A D | Target.h | 239 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD); 244 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
|
H A D | IRReader.h | 38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
H A D | Types.h | 53 typedef struct LLVMOpaqueContext *LLVMContextRef; typedef
|
H A D | Object.h | 77 LLVMContextRef Context,
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 206 value llvm_dispose_context(LLVMContextRef C) { in llvm_dispose_context() 213 LLVMContextRef llvm_global_context(value Unit) { in llvm_global_context() 218 value llvm_mdkind_id(LLVMContextRef C, value Name) { in llvm_mdkind_id() 387 LLVMContextRef llvm_type_context(LLVMTypeRef Ty) { in llvm_type_context() 414 LLVMTypeRef llvm_i1_type(LLVMContextRef Context) { in llvm_i1_type() 419 LLVMTypeRef llvm_i8_type(LLVMContextRef Context) { in llvm_i8_type() 424 LLVMTypeRef llvm_i16_type(LLVMContextRef Context) { in llvm_i16_type() 429 LLVMTypeRef llvm_i32_type(LLVMContextRef Context) { in llvm_i32_type() 434 LLVMTypeRef llvm_i64_type(LLVMContextRef Context) { in llvm_i64_type() 574 LLVMTypeRef llvm_pointer_type(LLVMContextRef C) { in llvm_pointer_type() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 34 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() 57 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() 77 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() 104 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 336 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument 340 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 344 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() 345 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/bitreader/ |
H A D | bitreader_ocaml.c | 25 LLVMModuleRef llvm_get_module(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_get_module() 36 LLVMModuleRef llvm_parse_bitcode(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_parse_bitcode()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | Target.cpp | 27 extern "C" LLVMContextRef LLVMGetGlobalContext(void); 93 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext() 97 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 93 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() 99 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler() 113 void *LLVMContextGetDiagnosticContext(LLVMContextRef C) { in LLVMContextGetDiagnosticContext() 136 void LLVMContextDispose(LLVMContextRef C) { in LLVMContextDispose() 492 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() 556 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext() 580 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() 583 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() 586 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() 589 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) { in LLVMInt32TypeInContext() [all …]
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 26 LLVMModuleRef createDemoModule(LLVMContextRef Ctx) { in createDemoModule() 85 LLVMContextRef Ctx = LLVMContextCreate(); in main()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/irreader/ |
H A D | irreader_ocaml.c | 24 value llvm_parse_ir(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_parse_ir()
|
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | diagnostic.c | 48 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
|
H A D | module.c | 39 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 79 LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) { in llvm_datalayout_intptr_type() 89 LLVMTypeRef llvm_datalayout_qualified_intptr_type(LLVMContextRef C, value AS, in llvm_datalayout_qualified_intptr_type()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 30 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
H A D | OrcV2CBindingsDumpObjects.c | 36 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
H A D | OrcV2CBindingsIRTransforms.c | 37 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 30 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|
/openbsd/gnu/llvm/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 112 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/ |
H A D | OrcV2CBindingsLazy.c | 75 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in parseExampleModule()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
H A D | OrcV2CBindingsReflectProcessSymbols.c | 53 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 158 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in createDemoModule()
|