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

  /external/llvm/include/llvm/
Attributes.h 69 const Attributes UWTable = 1<<30; ///< Function must be in a unwind
75 /// Note that uwtable is about the ABI or the user mandating an entry in the
83 /// uwtable = Needs an entry because the ABI says so and because
85 /// uwtable + nounwind = Needs an entry because the ABI says so.
95 UWTable | NonLazyBind | ReturnsTwice;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 98 | UWTable
680 | Attribute.UWTable -> Int32.shift_left 1l 30
720 checkattr Attribute.UWTable;
    [all...]

Completed in 1266 milliseconds