Searched refs:CodeBytes (Results 1 – 2 of 2) sorted by relevance
287 SmallVector<char, 16> CodeBytes; in emitInstruction() local291 InstEmitter->encodeInstruction(TmpInst, CodeBytes, Fixups, STI); in emitInstruction()293 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction()309 SmallVector<char, 16> CodeBytes; in emitInstruction() local312 TmpInst, CodeBytes, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()317 for (size_t i = 0; i < CodeBytes.size(); i += 4) { in emitInstruction()318 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in emitInstruction()
1095 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64ProcessEpilogs() 1119 TotalCodeBytes += CodeBytes; in ARM64FindSegmentsInFunction() 2378 uint32_t CodeBytes = ARMCountOfUnwindCodes(EpilogInstrs); in ARMEmitUnwindInfo() 2405 TotalCodeBytes += CodeBytes; in ARMEmitUnwindInfo() 1086 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); ARM64ProcessEpilogs() local 2369 uint32_t CodeBytes = ARMCountOfUnwindCodes(EpilogInstrs); ARMEmitUnwindInfo() local