Home
last modified time | relevance | path

Searched refs:LLVMGetGlobalContext (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitReader.cpp25 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
31 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2()
125 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
131 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTarget.cpp27 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Dobject.c33 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_sections()
71 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_symbols()
Ddebuginfo.c124 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder()
160 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
Ddiagnostic.c48 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
Dmodule.c39 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp97 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext() function
146 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
603 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
606 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
609 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
612 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
615 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
618 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
621 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
659 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py441 return Context(lib.LLVMGetGlobalContext())
493 library.LLVMGetGlobalContext.argtypes = []
494 library.LLVMGetGlobalContext.restype = c_object_p
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h525 LLVMContextRef LLVMGetGlobalContext(void);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c214 return LLVMGetGlobalContext(); in llvm_global_context()
Dllvm.mli456 (** See the function [LLVMGetGlobalContext]. *)