Searched refs:pcRange (Results 1 – 2 of 2) sorted by relevance
242 uintptr_t pcRange = memory_->ReadEncodedValue(ptr, (fdeInfo.cie.pointerEncoding & 0x0F)); in FillInFde() local260 fdeInfo.pcEnd = pcStart + pcRange; in FillInFde()
694 std::string pcRange = line.substr(pos0 + strlen("pc=")); in ParseFdeResultFromFile() local695 auto pos1 = pcRange.find(".."); in ParseFdeResultFromFile()696 std::string pcStart = pcRange.substr(0, pos1); in ParseFdeResultFromFile()697 std::string pcEnd = pcRange.substr(pos1 + strlen("..")); in ParseFdeResultFromFile()