Home
last modified time | relevance | path

Searched refs:hasFnAttrOnCalledFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h2135 bool hasFnAttrOnCalledFunction(Attribute::AttrKind Kind) const;
2136 bool hasFnAttrOnCalledFunction(StringRef Kind) const;
2147 return hasFnAttrOnCalledFunction(Kind);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp343 bool CallBase::hasFnAttrOnCalledFunction(Attribute::AttrKind Kind) const { in hasFnAttrOnCalledFunction() function in CallBase
349 bool CallBase::hasFnAttrOnCalledFunction(StringRef Kind) const { in hasFnAttrOnCalledFunction() function in CallBase