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 49 /// Note: The `uwtable' attribute is about the ABI or the user mandating an
59 /// uwtable = Needs an entry because the ABI says so and because
61 /// uwtable + nounwind = Needs an entry because the ABI says so.
107 UWTable, ///< Function must be in a unwind table
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 99 | UWTable
681 | Attribute.UWTable -> Int32.shift_left 1l 30
721 checkattr Attribute.UWTable;
    [all...]

Completed in 285 milliseconds