HomeSort by: relevance | last modified time | path
    Searched defs:ObjectAddress (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h 69 /// DIE.relocate(Sym->ObjectAddress, Sym->BinaryAddress);
138 Optional<yaml::Hex64> ObjectAddress;
146 ObjectAddress = *ObjectAddr;
159 bool addSymbol(StringRef SymName, Optional<uint64_t> ObjectAddress,
DwarfLinkerForBinary.cpp 638 const uint64_t ObjectAddress = Mapping.ObjectAddress
639 ? uint64_t(*Mapping.ObjectAddress)
643 << format("0x%016" PRIx64 " => 0x%016" PRIx64 "\n", ObjectAddress,
650 if (Reloc.Mapping->getValue().ObjectAddress)
651 Info.AddrAdjust -= uint64_t(*Reloc.Mapping->getValue().ObjectAddress);

Completed in 17 milliseconds