Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h630 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h678 bool hasMinSize() const { return hasFnAttribute(Attribute::MinSize); } in hasMinSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h766 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h787 bool hasMinSize() const { return OptMinSize; } in hasMinSize() function