Searched refs:AddrValue (Results 1 – 2 of 2) sorted by relevance
671 auto AddrValue = getAsInteger<uint64_t>(Value); in parseChangeSectionAddr() local672 if (!AddrValue) in parseChangeSectionAddr()673 return createStringError(AddrValue.getError(), in parseChangeSectionAddr()689 PatternUpdate.Update.Value = *AddrValue; in parseChangeSectionAddr()
658 for (uint64_t AddrValue : DebugAddrIndexMap.getValues()) in emitDebugAddrSection() local659 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()