Searched defs:UWTable (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DAttributes.h69 const Attributes UWTable = 1<<30; ///< Function must be in a unwind member in namespace:llvm::Attribute
95 UWTable | NonLazyBind | ReturnsTwice;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml110 | UWTable Constructor in type:Attribute/t
795 | Attribute.UWTable -> Int32.shift_left 1l 30
835 checkattr Attribute.UWTable;
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml98 | UWTable Constructor in type:Attribute/t
680 | Attribute.UWTable -> Int32.shift_left 1l 30
720 checkattr Attribute.UWTable;

Completed in 153 milliseconds