Home
last modified time | relevance | path

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

/external/llvm-project/llvm/bindings/go/llvm/
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
/external/llvm/bindings/go/llvm/
Dir.go484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func
494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func