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

  /external/llvm/include/llvm/
Attributes.h 254 /// hasAttrSomewhere - Return true if the specified attribute is set for at
256 bool hasAttrSomewhere(Attributes Attr) const;
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 256 /// hasAttrSomewhere - Return true if the specified attribute is set for at
258 bool AttrListPtr::hasAttrSomewhere(Attributes Attr) const {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 104 getAttributes().hasAttrSomewhere(Attribute::Nest);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 253 milliseconds