Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h278 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp363 if (!OS.getAllowAutoPadding()) in needAlign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1170 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
1177 if (b == OS.getAllowAutoPadding()) in changeAndComment()