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

Declarations

include/llvm/Object/ObjectFile.h
  100   uint64_t getSize() const;

References

lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  326         Address < Sec.getAddress() + Sec.getSize())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  537       uint64_t DataSize = Section.getSize();
  670   uint64_t DataSize = Section.getSize();
  785   uint64_t DataSize = Section.getSize();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  170     uint64_t SSize = SI->getSize();
lib/Object/COFFObjectFile.cpp
 1852           VA + Entry.DataSize <= S.getAddress() + S.getSize()) {
lib/Object/MachOObjectFile.cpp
 4008     Info.Size = Section.getSize();
lib/Object/Object.cpp
  261   return (*unwrap(SI))->getSize();
lib/Object/SymbolSize.cpp
   64     uint64_t Size = Sec.getSize();
tools/llvm-cxxdump/llvm-cxxdump.cpp
  212     uint64_t SecSize = Sec.getSize();
tools/llvm-nm/llvm-nm.cpp
 1373                   S.Address < Section.getAddress() + Section.getSize()) {
 1698                 F.Address < Section.getAddress() + Section.getSize()) {
tools/llvm-objdump/MachODump.cpp
 1523       return lp >= R.getAddress() && lp < R.getAddress() + R.getSize();
 1531     uint64_t SectSize = Sect->getSize();
 3286     uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
 4124   for (uint32_t i = 0; i < S.getSize(); i += sizeof(uint64_t)) {
 4125     uint32_t left = S.getSize() - i;
 4129     if (i + sizeof(uint64_t) > S.getSize())
 4173   for (uint32_t i = 0; i < S.getSize(); i += sizeof(uint32_t)) {
 4174     uint32_t left = S.getSize() - i;
 4178     if (i + sizeof(uint32_t) > S.getSize())
 5849   for (i = 0; i < S.getSize(); i += sizeof(struct message_ref64)) {
 5917   for (i = 0; i < S.getSize(); i += sizeof(struct message_ref64)) {
 6297   for (i = 0; i < S.getSize(); i += sizeof(struct objc_module_t)) {
 7538       uint64_t SectSize = Sections[SectIdx].getSize();
 7686       uint64_t SectSize = Sections[SectIdx].getSize();
tools/llvm-objdump/llvm-objdump.cpp
 1210     uint64_t SectSize = Section.getSize();
 1731     uint64_t Size = Section.getSize();
 1757     uint64_t Size = Section.getSize();
 2108       uint64_t Size = Section.getSize();
tools/llvm-readobj/ARMWinEHPrinter.cpp
  215     uint64_t Size = Section.getSize();
tools/llvm-size/llvm-size.cpp
  385       uint64_t size = Section.getSize();
  432       uint64_t size = Section.getSize();
  459       uint64_t size = Section.getSize();
tools/sancov/sancov.cpp
  747     uint64_t SectSize = Section.getSize();
  755     for (uint64_t Index = 0, Size = 0; Index < Section.getSize();