Home
last modified time | relevance | path

Searched defs:Int64Type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func
559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func