Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td26 class StrBoolAttr<string S> : Attr<S>;
269 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
270 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
271 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
272 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
273 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
274 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
275 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
276 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
277 def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp2274 struct StrBoolAttr { struct
2295 struct ENUM_NAME##Attr : StrBoolAttr { \ argument