Home
last modified time | relevance | path

Searched refs:getIndirectInstructions (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h142 const std::set<object::SectionedAddress> &getIndirectInstructions() const;
H A DGraphBuilder.cpp101 const auto &IndirectInstructions = Analysis.getIndirectInstructions(); in buildFlowGraph()
H A DFileAnalysis.cpp259 FileAnalysis::getIndirectInstructions() const { in getIndirectInstructions() function in llvm::cfi_verify::FileAnalysis
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp139 for (object::SectionedAddress Address : Analysis.getIndirectInstructions()) { in printIndirectCFInstructions()