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

References

tools/llvm-readobj/COFFDumper.cpp
  323   assert(SectionContents.begin() < Block.begin() &&
  324          SectionContents.end() >= Block.end() &&
  326   uint64_t OffsetStart = Block.data() - SectionContents.data();