Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp521 uint64_t CodeAlignment = CurFDE.getLinkedCIE()->getCodeAlignmentFactor(); in fillCFIInfoFor() local
530 auto decodeFrameInstruction = [&Function, &Offset, Address, CodeAlignment, in fillCFIInfoFor()
544 Offset += CodeAlignment * int64_t(Instr.Ops[0]); in fillCFIInfoFor()