Home
last modified time | relevance | path

Searched refs:NonLazyBind (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h71 const Attributes NonLazyBind = 1U<<31; ///< Function is called early and/or variable
95 UWTable | NonLazyBind | ReturnsTwice;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp189 if (((F && F->hasFnAttribute(Attribute::NonLazyBind)) || in classifyGlobalFunctionReference()
197 if (F && F->hasFnAttribute(Attribute::NonLazyBind)) in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen32 NonLazyBind,
89 .Case("nonlazybind", Attribute::NonLazyBind)
294 return llvm::Attribute::NonLazyBind;
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp42 .Case("nonlazybind", Attribute::NonLazyBind) in parseAttrKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp42 .Case("nonlazybind", Attribute::NonLazyBind) in parseAttrKind()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc33 NonLazyBind,
96 .Case("nonlazybind", Attribute::NonLazyBind)
311 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc33 NonLazyBind,
96 .Case("nonlazybind", Attribute::NonLazyBind)
311 return llvm::Attribute::NonLazyBind;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp223 if (UseNonLazyBind && F && F->hasFnAttribute(Attribute::NonLazyBind) && in classifyGlobalFunctionReference()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp131 if (F && F->hasFnAttribute(Attribute::NonLazyBind)) in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp181 if (F && F->hasFnAttribute(Attribute::NonLazyBind)) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp77 if (Attrs & Attribute::NonLazyBind) in getAsString()
/external/llvm/include/llvm/IR/
DAttributes.td95 def NonLazyBind : EnumAttr<"nonlazybind">;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td95 def NonLazyBind : EnumAttr<"nonlazybind">;
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml111 | NonLazyBind Constructor
796 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
836 checkattr Attribute.NonLazyBind;
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml99 | NonLazyBind Constructor
681 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
721 checkattr Attribute.NonLazyBind;
/external/llvm/lib/IR/
DAttributes.cpp275 if (hasAttribute(Attribute::NonLazyBind)) in getAsString()
499 case Attribute::NonLazyBind: return 1U << 31; in getAttrMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp109 if (F.hasFnAttribute(Attribute::NonLazyBind)) in setNonLazyBind()
111 F.addFnAttr(Attribute::NonLazyBind); in setNonLazyBind()
DCodeExtractor.cpp745 case Attribute::NonLazyBind: in constructFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp294 if (hasAttribute(Attribute::NonLazyBind)) in getAsString()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp475 HANDLE_ATTR(NonLazyBind); in printAttributes()

12