Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h275 bool AllowAutoPadding = false; variable
286 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
287 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
H A DMCStreamer.h251 bool AllowAutoPadding = false; variable
304 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
305 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()