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

  /external/llvm/include/llvm/IR/
Attributes.h 82 NonLazyBind, ///< Function is called early and/or
  /external/llvm/lib/IR/
Attributes.cpp 184 if (hasAttribute(Attribute::NonLazyBind))
185 return "nonlazybind";
388 case Attribute::NonLazyBind: return 1U << 31;
    [all...]
Verifier.cpp 651 !Attrs.hasAttribute(Idx, Attribute::NonLazyBind) &&
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 100 | NonLazyBind
682 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
722 checkattr Attribute.NonLazyBind;
    [all...]
llvm.mli 145 | NonLazyBind
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 511 HANDLE_ATTR(NonLazyBind);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 70 llvm::Attribute::NonLazyBind));
590 llvm::Attribute::NonLazyBind));
    [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 918 case lltok::kw_nonlazybind: B.addAttribute(Attribute::NonLazyBind); break;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 852 milliseconds