Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp72 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
165 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
286 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
H A DDwarfLinkerForBinary.h137 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in AddressManager()
H A DDwarfLinkerForBinary.cpp459 SecondSymbolAddress = Mapping->getValue().BinaryAddress; in collectRelocationsToApplyToSwiftReflectionSections()
896 uint64_t(Mapping.BinaryAddress)); in printReloc()
1000 return Reloc.Mapping->getValue().BinaryAddress + Reloc.Addend; in relocate()