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

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 71 const Attributes NonLazyBind = 1U<<31; ///< Function is called early and/or
95 UWTable | NonLazyBind | ReturnsTwice;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 111 | NonLazyBind
796 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
836 checkattr Attribute.NonLazyBind;
    [all...]

Completed in 105 milliseconds