Searched refs:CodeBytes (Results 1 – 2 of 2) sorted by relevance
387 SmallVector<char, 16> CodeBytes; in emitInstruction() local391 InstEmitter->encodeInstruction(TmpInst, CodeBytes, Fixups, STI); in emitInstruction()393 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction()409 SmallVector<char, 16> CodeBytes; in emitInstruction() local412 TmpInst, CodeBytes, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()417 for (size_t i = 0; i < CodeBytes.size(); i += 4) { in emitInstruction()419 support::endian::read32le(CodeBytes.data() + i); in emitInstruction()
1301 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64ProcessEpilogs() local1325 TotalCodeBytes += CodeBytes; in ARM64ProcessEpilogs()2584 uint32_t CodeBytes = ARMCountOfUnwindCodes(EpilogInstrs); in ARMEmitUnwindInfo() local2611 TotalCodeBytes += CodeBytes; in ARMEmitUnwindInfo()