Home
last modified time | relevance | path

Searched refs:boolToLLVMBool (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go43 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
64 g.C = C.LLVMCreateGenericValueOfInt(t.C, C.ulonglong(n), boolToLLVMBool(signed))
77 return uint64(C.LLVMGenericValueToInt(g.C, boolToLLVMBool(signed)))
H A Dir.go92 func boolToLLVMBool(b bool) C.LLVMBool { func
527 boolToLLVMBool(isVarArg))
555 boolToLLVMBool(packed))
566 t.C = C.LLVMStructType(pt, ptlen, boolToLLVMBool(packed))
588 C.LLVMStructSetBody(t.C, pt, ptlen, boolToLLVMBool(packed))
766 boolToLLVMBool(signExtend))
794 C.unsigned(len(str)), boolToLLVMBool(!addnull))
800 boolToLLVMBool(packed))
812 C.unsigned(len(str)), boolToLLVMBool(!addnull))
822 v.C = C.LLVMConstStruct(ptr, nvals, boolToLLVMBool(packed))
[all …]