Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmBackend.h51 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp147 bool allowAutoPadding() const override;
357 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend
365 assert(allowAutoPadding() && "incorrect initialization!"); in needAlign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp34 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
DMCAsmStreamer.cpp81 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()