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

References

tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  308   assert(Graph.OrphanedNodes.empty() && "Orphaned nodes should be empty.");
  311   const Instr &IndirectCF = getInstructionOrDie(Graph.BaseAddress);
  320   for (const auto &Branch : Graph.ConditionalBranchNodes) {
  334     std::vector<uint64_t> Nodes = Graph.flattenAddress(Node);
  362   return Graph.BaseAddress;