Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDebugMap.h121 yaml::Hex64 BinaryAddress; member
123 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping()
125 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
DDebugMap.cpp55 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
143 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
254 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
DDwarfLinker.cpp1864 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in startDebugObject()
2048 uint64_t(Mapping.BinaryAddress)); in hasValidRelocation()
2050 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend; in hasValidRelocation()
2634 uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress; in applyValidRelocs()