Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h279 bool AllowAutoPadding = false; variable
290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
291 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
H A DMCStreamer.h255 bool AllowAutoPadding = false; variable
308 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
309 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()