Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h266 bool AllowAutoPadding = false; variable
277 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
278 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
H A DMCStreamer.h252 bool AllowAutoPadding = false; variable
313 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
314 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()