Searched refs:getBundlePadding (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAssembler.h120 virtual uint8_t getBundlePadding() const { function in class:llvm::MCFragment
149 uint8_t getBundlePadding() const override {
/external/llvm/lib/MC/
H A DMCAssembler.cpp641 unsigned BundlePadding = F.getBundlePadding();
1142 << " BundlePadding:" << static_cast<unsigned>(getBundlePadding()) << ">";

Completed in 131 milliseconds