/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 71 const Attributes NonLazyBind = 1U<<31; ///< Function is called early and/or variable 95 UWTable | NonLazyBind | ReturnsTwice;
|
/external/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 42 .Case("nonlazybind", Attribute::NonLazyBind) in parseAttrKind()
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 32 NonLazyBind, 89 .Case("nonlazybind", Attribute::NonLazyBind) 294 return llvm::Attribute::NonLazyBind;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 32 NonLazyBind, 89 .Case("nonlazybind", Attribute::NonLazyBind) 294 return llvm::Attribute::NonLazyBind;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 32 NonLazyBind, 89 .Case("nonlazybind", Attribute::NonLazyBind) 294 return llvm::Attribute::NonLazyBind;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 32 NonLazyBind, 89 .Case("nonlazybind", Attribute::NonLazyBind) 294 return llvm::Attribute::NonLazyBind;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 32 NonLazyBind, 89 .Case("nonlazybind", Attribute::NonLazyBind) 294 return llvm::Attribute::NonLazyBind;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 131 if (F && F->hasFnAttribute(Attribute::NonLazyBind)) in classifyGlobalFunctionReference()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 77 if (Attrs & Attribute::NonLazyBind) in getAsString()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 95 def NonLazyBind : EnumAttr<"nonlazybind">;
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 99 | NonLazyBind Constructor 681 | Attribute.NonLazyBind -> Int32.shift_left 1l 31 721 checkattr Attribute.NonLazyBind;
|
D | llvm.mli | 144 | NonLazyBind Constructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 111 | NonLazyBind Constructor 796 | Attribute.NonLazyBind -> Int32.shift_left 1l 31 836 checkattr Attribute.NonLazyBind;
|
D | llvm.mli | 162 | NonLazyBind Constructor
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 275 if (hasAttribute(Attribute::NonLazyBind)) in getAsString() 499 case Attribute::NonLazyBind: return 1U << 31; in getAttrMask()
|
D | Verifier.cpp | 1288 I->getKindAsEnum() == Attribute::NonLazyBind || in verifyAttributeTypes()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 475 HANDLE_ATTR(NonLazyBind); in printAttributes()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1811 f->addFnAttr(llvm::Attribute::NonLazyBind); in createARCRuntimeFunction()
|
D | CGObjCMac.cpp | 71 llvm::Attribute::NonLazyBind)); in getMessageSendFn() 596 llvm::Attribute::NonLazyBind)); in getSetJmpFn()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 926 case lltok::kw_nonlazybind: Attrs |= Attribute::NonLazyBind; break; in ParseOptionalAttrs()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 618 case Attribute::NonLazyBind: in getAttrKindEncoding()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1419 return Attribute::NonLazyBind; in getAttrFromCode()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1078 case lltok::kw_nonlazybind: B.addAttribute(Attribute::NonLazyBind); break; in ParseFnAttributeValuePairs()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2353 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) { in LowerCall()
|