Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.h139 yaml::Hex64 BinaryAddress; member
142 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping()
144 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
H A DDebugMap.cpp74 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
167 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
288 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
H A DDwarfLinkerForBinary.h136 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in AddressManager()
H A DDwarfLinkerForBinary.cpp644 uint64_t(Mapping.BinaryAddress)); in printReloc()
748 return Reloc.Mapping->getValue().BinaryAddress + Reloc.Addend; in relocate()