HomeSort by relevance Sort by last modified time
    Searched defs:hasFnAttr (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 175 /// hasFnAttr - Return true if this function has the given attribute.
176 bool hasFnAttr(Attributes N) const {
220 return hasFnAttr(Attribute::ReadNone);
229 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly);
238 return hasFnAttr(Attribute::NoReturn);
247 return hasFnAttr(Attribute::NoUnwind);
257 return hasFnAttr(Attribute::UWTable);
  /external/llvm/include/llvm/IR/
CallSite.h 337 bool hasFnAttr(Attribute::AttrKind Kind) const {
338 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
342 bool hasFnAttr(StringRef Kind) const {
343 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 351 bool hasFnAttr(Attribute::AttrKind Kind) const {
352 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
356 bool hasFnAttr(StringRef Kind) const {
357 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 359 bool hasFnAttr(Attribute::AttrKind Kind) const {
360 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
364 bool hasFnAttr(StringRef Kind) const {
365 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 359 bool hasFnAttr(Attribute::AttrKind Kind) const {
360 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
364 bool hasFnAttr(StringRef Kind) const {
365 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 351 bool hasFnAttr(Attribute::AttrKind Kind) const {
352 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
356 bool hasFnAttr(StringRef Kind) const {
357 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 359 bool hasFnAttr(Attribute::AttrKind Kind) const {
360 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
364 bool hasFnAttr(StringRef Kind) const {
365 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 359 bool hasFnAttr(Attribute::AttrKind Kind) const {
360 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
364 bool hasFnAttr(StringRef Kind) const {
365 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h 362 bool hasFnAttr(Attribute::AttrKind Kind) const {
363 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));
367 bool hasFnAttr(StringRef Kind) const {
368 CALLSITE_DELEGATE_GETTER(hasFnAttr(Kind));

Completed in 569 milliseconds