Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.td42 class StrBoolAttr<string S> : Attr<S, []>;
291 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
292 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
293 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
294 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
295 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
296 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
297 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
298 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
299 def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp2064 struct StrBoolAttr { struct
2085 struct ENUM_NAME##Attr : StrBoolAttr { \ argument