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

Declarations

tools/llvm-cfi-verify/lib/GraphBuilder.h
   49 extern uint64_t SearchLengthForUndef;

References

tools/llvm-cfi-verify/lib/GraphBuilder.cpp
   49     cl::location(SearchLengthForUndef), cl::init(2));
  116   assert(SearchLengthForUndef > 0 &&
  169   for (uint64_t i = 1; i < SearchLengthForUndef; ++i) {
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
  631   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  632   SearchLengthForUndef = 2;
  639   SearchLengthForUndef = PrevSearchLengthForUndef;
  698   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  699   SearchLengthForUndef = 5;
  704   SearchLengthForUndef = PrevSearchLengthForUndef;
  718   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  719   SearchLengthForUndef = 1;
  723   SearchLengthForUndef = PrevSearchLengthForUndef;
  749   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  750   SearchLengthForUndef = 1;
  754   SearchLengthForUndef = 2;
  758   SearchLengthForUndef = 3;
  762   SearchLengthForUndef = PrevSearchLengthForUndef;
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
  430   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  431   SearchLengthForUndef = 2;
  447   SearchLengthForUndef = PrevSearchLengthForUndef;
  545   uint64_t PrevSearchLengthForUndef = SearchLengthForUndef;
  546   SearchLengthForUndef = 5;
  593   SearchLengthForUndef = PrevSearchLengthForUndef;