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

  /external/llvm/include/llvm/
Attributes.h 71 const Attributes NonLazyBind = 1U<<31; ///< Function is called early and/or
95 UWTable | NonLazyBind | ReturnsTwice;
  /external/llvm/lib/VMCore/
Attributes.cpp 77 if (Attrs & Attribute::NonLazyBind)
78 Result += "nonlazybind ";
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 99 | NonLazyBind
681 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
721 checkattr Attribute.NonLazyBind;
    [all...]
llvm.mli 144 | NonLazyBind
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 475 HANDLE_ATTR(NonLazyBind);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 926 case lltok::kw_nonlazybind: Attrs |= Attribute::NonLazyBind; break;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 72 llvm::Attribute::NonLazyBind);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 782 milliseconds