Lines Matching defs:Address
100 uint64_t Address = Target.getConstant();
102 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
105 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
107 return Address;
225 Write64(getSectionAddress(&SD)); // address
228 Write32(getSectionAddress(&SD)); // address
332 uint64_t Address = 0;
364 // Compute the symbol address.
366 Address = AliaseeInfo->StringIndex;
368 Address = getSymbolAddress(&Data, Layout);
370 // Common symbols are encoded with the size in the address
372 Address = Data.getCommonSize();
400 Write64(Address);
402 Write32(Address);
670 // The effective address is
732 // If the atoms are the same, they are guaranteed to have the same address.
806 uint64_t Address = getSectionAddress(&SD);
811 VMSize = std::max(VMSize, Address + Size);
816 SectionDataSize = std::max(SectionDataSize, Address + Size);
817 SectionDataFileSize = std::max(SectionDataFileSize, Address + FileSize);