HomeSort by: relevance | last modified time | path
    Searched defs:llattribute (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 19 type llattribute type
395 llattribute
397 external is_enum_attr : llattribute -> bool = "llvm_is_enum_attr"
398 external get_enum_attr_kind : llattribute -> llattrkind
400 external get_enum_attr_value : llattribute -> int64
403 llattribute
405 external is_string_attr : llattribute -> bool = "llvm_is_string_attr"
406 external get_string_attr_kind : llattribute -> string
408 external get_string_attr_value : llattribute -> string
878 external llvm_add_function_attr : llvalue -> llattribute -> int -> uni
    [all...]
llvm.ml 19 type llattribute type
395 llattribute
397 external is_enum_attr : llattribute -> bool = "llvm_is_enum_attr"
398 external get_enum_attr_kind : llattribute -> llattrkind
400 external get_enum_attr_value : llattribute -> int64
403 llattribute
405 external is_string_attr : llattribute -> bool = "llvm_is_string_attr"
406 external get_string_attr_kind : llattribute -> string
408 external get_string_attr_value : llattribute -> string
878 external llvm_add_function_attr : llvalue -> llattribute -> int -> uni
    [all...]
llvm.mli 53 type llattribute type
480 val create_enum_attr : llcontext -> string -> int64 -> llattribute
485 val create_string_attr : llcontext -> string -> string -> llattribute
489 val attr_of_repr : llcontext -> AttrRepr.t -> llattribute
492 val repr_of_attr : llattribute -> AttrRepr.t
1652 val add_function_attr : llvalue -> llattribute -> AttrIndex.t -> unit
1656 val function_attrs : llvalue -> AttrIndex.t -> llattribute array
1888 val add_call_site_attr : llvalue -> llattribute -> AttrIndex.t -> unit
1892 val call_site_attrs : llvalue -> AttrIndex.t -> llattribute array
llvm.mli 53 type llattribute type
480 val create_enum_attr : llcontext -> string -> int64 -> llattribute
485 val create_string_attr : llcontext -> string -> string -> llattribute
489 val attr_of_repr : llcontext -> AttrRepr.t -> llattribute
492 val repr_of_attr : llattribute -> AttrRepr.t
1652 val add_function_attr : llvalue -> llattribute -> AttrIndex.t -> unit
1656 val function_attrs : llvalue -> AttrIndex.t -> llattribute array
1888 val add_call_site_attr : llvalue -> llattribute -> AttrIndex.t -> unit
1892 val call_site_attrs : llvalue -> AttrIndex.t -> llattribute array

Completed in 60 milliseconds