HomeSort by relevance Sort by last modified time
    Searched defs:UWTable (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Attributes.h 50 /// Note: The `uwtable' attribute is about the ABI or the user mandating an
60 /// uwtable = Needs an entry because the ABI says so and because
62 /// uwtable + nounwind = Needs an entry because the ABI says so.
112 UWTable, ///< Function must be in a unwind table
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 103 | UWTable
753 | Attribute.UWTable -> Int32.shift_left 1l 30
793 checkattr Attribute.UWTable;
    [all...]

Completed in 128 milliseconds