HomeSort by relevance Sort by last modified time
    Searched refs:NonLazyBind (Results 1 - 18 of 18) 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/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 42 .Case("nonlazybind", Attribute::NonLazyBind)
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 131 if (F && F->hasFnAttribute(Attribute::NonLazyBind))
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 77 if (Attrs & Attribute::NonLazyBind)
78 Result += "nonlazybind ";
  /external/swiftshader/third_party/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/bindings/ocaml/llvm/
llvm.ml 111 | NonLazyBind
796 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
836 checkattr Attribute.NonLazyBind;
    [all...]
llvm.mli 162 | NonLazyBind
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 275 if (hasAttribute(Attribute::NonLazyBind))
276 return "nonlazybind";
499 case Attribute::NonLazyBind: return 1U << 31;
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 475 HANDLE_ATTR(NonLazyBind);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 71 llvm::Attribute::NonLazyBind));
596 llvm::Attribute::NonLazyBind));
    [all...]
CGObjC.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 926 case lltok::kw_nonlazybind: Attrs |= Attribute::NonLazyBind; break;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 618 case Attribute::NonLazyBind:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1228 milliseconds