Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td42 class StrBoolAttr<string S> : Attr<S, []>;
310 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
311 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
312 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
313 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
314 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
315 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
316 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
317 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
318 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
[all …]
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAttributes.cpp2089 struct StrBoolAttr { struct
2110 struct ENUM_NAME##Attr : StrBoolAttr { \ argument