HomeSort by relevance Sort by last modified time
    Searched refs:hasFnAttribute (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 55 if (F.hasFnAttribute("target-cpu") ||
56 F.hasFnAttribute("target-features")) {
  /external/llvm/include/llvm/IR/
Function.h 193 bool hasFnAttribute(Attribute::AttrKind Kind) const {
196 bool hasFnAttribute(StringRef Kind) const {
  /external/llvm/lib/Target/
TargetMachine.cpp 73 if (F->hasFnAttribute(Y)) \

Completed in 83 milliseconds