Home
last modified time | relevance | path

Searched refs:LLVMConstIntOfStringAndSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2014 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char *Text,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c888 return LLVMConstIntOfStringAndSize(IntTy, String_val(S), in llvm_const_int_of_string()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1401 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfStringAndSize() function