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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 42 .Case("nonlazybind", Attribute::NonLazyBind)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 189 if (((F && F->hasFnAttribute(Attribute::NonLazyBind)) ||
197 if (F && F->hasFnAttribute(Attribute::NonLazyBind))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 47 UseNonLazyBind("aarch64-enable-nonlazybind",
48 cl::desc("Call nonlazybind functions via direct GOT load"),
221 // NonLazyBind goes via GOT unless we know it's available locally.
223 if (UseNonLazyBind && F && F->hasFnAttribute(Attribute::NonLazyBind) &&
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 131 if (F && F->hasFnAttribute(Attribute::NonLazyBind))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachine.cpp 177 // A symbol marked nonlazybind should not be accessed with a plt. If the
181 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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 111 | NonLazyBind
796 | Attribute.NonLazyBind -> Int32.shift_left 1l 31
836 checkattr Attribute.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-7.0/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 109 if (F.hasFnAttribute(Attribute::NonLazyBind))
111 F.addFnAttr(Attribute::NonLazyBind);
    [all...]
CodeExtractor.cpp 745 case Attribute::NonLazyBind:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp 294 if (hasAttribute(Attribute::NonLazyBind))
295 return "nonlazybind";
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.ml 136 | NonLazyBind
    [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-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 635 case Attribute::NonLazyBind:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 2269 milliseconds

1 2