reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/ObjectFile.h
   98   uint64_t getAddress() const;

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1319     Ret.Address = RSec->getAddress();
 1334       Ret.Address += SectionLoadAddress - RSec->getAddress();
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
   67         OpdAddress = Section->getAddress();
  325     if (Address >= Sec.getAddress() &&
  326         Address < Sec.getAddress() + Sec.getSize())
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  207       JITTargetAddress SectionAddress = S.getAddress();
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  209       JITTargetAddress SectionAddress = S.getAddress();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  175   Result = *AddressOrErr - Sec.getAddress();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   76   uint64_t SectionBaseAddr = TargetSI->getAddress();
  133     uint64_t Addr = Sec.getAddress();
  145   Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress();
  169     uint64_t SAddr = SI->getAddress();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  381     uint64_t SectionABase = SAI->getAddress();
  395     uint64_t SectionBBase = SBI->getAddress();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  170     uint64_t SectionABase = SAI->getAddress();
  184     uint64_t SectionBBase = SBI->getAddress();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  196       Addend += SecB.getAddress();
  222       Addend -= SecA.getAddress();
lib/Object/COFFObjectFile.cpp
 1851       if (VA >= S.getAddress() &&
 1852           VA + Entry.DataSize <= S.getAddress() + S.getSize()) {
 1853         uint64_t Offset = VA - S.getAddress();
lib/Object/ELFObjectFile.cpp
  431   auto PltEntries = MIA->findPltEntries(Plt->getAddress(),
  433                                         GotPlt->getAddress(), Triple);
lib/Object/MachOObjectFile.cpp
 4007     Info.Address = Section.getAddress();
lib/Object/Object.cpp
  272   return (*unwrap(SI))->getAddress();
lib/Object/SymbolSize.cpp
   63     uint64_t Address = Sec.getAddress();
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  355   Address = Section.getAddress();
lib/XRay/InstrumentationMap.cpp
  124       uint64_t A = I->getAddress() + C - Contents.bytes_begin() + Offset;
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  466                          {Section.getAddress(), Section.getIndex()});
tools/llvm-cov/TestingSupport.cpp
   75   uint64_t ProfileNamesAddress = ProfileNames.getAddress();
tools/llvm-cxxdump/llvm-cxxdump.cpp
  211     uint64_t SecAddress = Sec.getAddress();
tools/llvm-nm/llvm-nm.cpp
 1372               if (S.Address >= Section.getAddress() &&
 1373                   S.Address < Section.getAddress() + Section.getSize()) {
 1697             if (F.Address >= Section.getAddress() &&
 1698                 F.Address < Section.getAddress() + Section.getSize()) {
tools/llvm-objdump/ELFDump.cpp
  139     if ((Phdr.p_type == ELF::PT_LOAD) && (Phdr.p_vaddr <= Sec.getAddress()) &&
  140         (Phdr.p_vaddr + Phdr.p_memsz > Sec.getAddress()))
  141       return Sec.getAddress() - Phdr.p_vaddr + Phdr.p_paddr;
  144   return Sec.getAddress();
tools/llvm-objdump/MachODump.cpp
  450       uint64_t Addr = Section.getAddress();
 1523       return lp >= R.getAddress() && lp < R.getAddress() + R.getSize();
 1523       return lp >= R.getAddress() && lp < R.getAddress() + R.getSize();
 1530     uint64_t SectAddress = Sect->getAddress();
 1777         uint64_t sect_addr = Section.getAddress();
 2629     uint32_t sect_addr = info->S.getAddress();
 2741     uint64_t sect_addr = info->S.getAddress();
 2807     uint32_t sect_addr = info->S.getAddress();
 2944     uint64_t sect_addr = info->S.getAddress();
 3285     uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
 4132     outs() << format("%016" PRIx64, S.getAddress() + i) << " ";
 4140       name = get_dyld_bind_info_symbolname(S.getAddress() + i, info);
 4181     uint32_t Address = S.getAddress() + i;
 5382     name = get_dyld_bind_info_symbolname(S.getAddress() +
 5850     p = S.getAddress() + i;
 5918     p = S.getAddress() + i;
 5967   p = S.getAddress();
 6029   p = S.getAddress();
 6084   p = S.getAddress();
 6298     p = S.getAddress() + i;
 6884     uint64_t sect_addr = info->S.getAddress();
 7317     BaseAddress = Sections[0].getAddress();
 7447     uint64_t SectAddress = Sections[SectIdx].getAddress();
 7540       uint64_t SectionAddress = Sections[SectIdx].getAddress();
 7685       uint64_t SectAddress = Sections[SectIdx].getAddress();
 7827   uint64_t SectionAddr = RelocSection.getAddress();
tools/llvm-objdump/llvm-objdump.cpp
 1167     SectionAddresses.emplace_back(Sec.getAddress(), Sec);
 1209     uint64_t SectionAddr = Section.getAddress();
 1693     if (S.getAddress() != getELFSectionLMA(S))
 1727     uint64_t VMA = Section.getAddress();
 1756     uint64_t BaseAddr = Section.getAddress();
 2107       uint64_t BaseAddr = Section.getAddress();
tools/llvm-readobj/ARMWinEHPrinter.cpp
  214     uint64_t Address = Section.getAddress();
  817   uint64_t SectionVA = Section.getAddress();
tools/llvm-readobj/ObjDumper.cpp
  141       W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent),
tools/llvm-rtdyld/llvm-rtdyld.cpp
  463             Addr += SectionLoadAddress - Sec->getAddress();
tools/llvm-size/llvm-size.cpp
  394       uint64_t addr = Section.getAddress();
  433       uint64_t addr = Section.getAddress();
tools/sancov/sancov.cpp
  746     uint64_t SectionAddr = Section.getAddress();