Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h274 bool AllowAutoPadding = false; variable
285 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
286 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
DMCStreamer.h236 bool AllowAutoPadding = false; variable
289 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h231 bool AllowAutoPadding = false; variable
277 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()
278 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()