Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h276 bool AllowAutoPadding = false; variable
287 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
288 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
H A DMCStreamer.h236 bool AllowAutoPadding = false; variable
289 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()