Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp671 auto AddrValue = getAsInteger<uint64_t>(Value); in parseChangeSectionAddr() local
672 if (!AddrValue) in parseChangeSectionAddr()
673 return createStringError(AddrValue.getError(), in parseChangeSectionAddr()
689 PatternUpdate.Update.Value = *AddrValue; in parseChangeSectionAddr()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp658 for (uint64_t AddrValue : DebugAddrIndexMap.getValues()) in emitDebugAddrSection() local
659 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()