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

References

tools/sancov/sancov.cpp
  755     for (uint64_t Index = 0, Size = 0; Index < Section.getSize();
  756          Index += Size) {
  758       if (!DisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
  759                                   SectionAddr + Index, nulls(), nulls())) {
  764       uint64_t Addr = Index + SectionAddr;
  769           MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) &&