Home
last modified time | relevance | path

Searched defs:hasMinSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h713 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h810 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function