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

References

tools/sancov/sancov.cpp
  744     if (Section.isVirtual() || !Section.isText()) // llvm-objdump does the same.
  744     if (Section.isVirtual() || !Section.isText()) // llvm-objdump does the same.
  746     uint64_t SectionAddr = Section.getAddress();
  747     uint64_t SectSize = Section.getSize();
  751     Expected<StringRef> BytesStr = Section.getContents();
  755     for (uint64_t Index = 0, Size = 0; Index < Section.getSize();