Home
last modified time | relevance | path

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

/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()