Home | History | Annotate | Download | only in MC

Lines Matching defs:Address

83     uint64_t Address = Target.getConstant();
85 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
88 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
90 return Address;
206 Write64(getSectionAddress(&SD)); // address
209 Write32(getSectionAddress(&SD)); // address
294 uint64_t Address = 0;
315 // Compute the symbol address.
318 Address = cast<MCConstantExpr>(Symbol.getVariableValue())->getValue();
320 Address = getSymbolAddress(&Data, Layout);
323 // Common symbols are encoded with the size in the address
325 Address = Data.getCommonSize();
349 Write64(Address);
351 Write32(Address);
567 // The effective address is
622 // If the atoms are the same, they are guaranteed to have the same address.
660 uint64_t Address = getSectionAddress(&SD);
665 VMSize = std::max(VMSize, Address + Size);
670 SectionDataSize = std::max(SectionDataSize, Address + Size);
671 SectionDataFileSize = std::max(SectionDataFileSize, Address + FileSize);