Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp438 pint_t codeOffset = 0; in parseFDEInstructions() local
449 while ((p < instructionsEnd) && (codeOffset < pcoffset)) { in parseFDEInstructions()
463 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
468 codeOffset += (addressSpace.get8(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()
471 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()
474 codeOffset += (addressSpace.get16(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()
477 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()
480 codeOffset += (addressSpace.get32(p) * cieInfo.codeAlignFactor); in parseFDEInstructions()
483 static_cast<uint64_t>(codeOffset)); in parseFDEInstructions()
819 codeOffset += operand * cieInfo.codeAlignFactor; in parseFDEInstructions()
[all …]