Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h138 const std::set<uint64_t> &getIndirectInstructions() const;
DGraphBuilder.cpp102 const auto &IndirectInstructions = Analysis.getIndirectInstructions(); in buildFlowGraph()
DFileAnalysis.cpp244 const std::set<uint64_t> &FileAnalysis::getIndirectInstructions() const { in getIndirectInstructions() function in llvm::cfi_verify::FileAnalysis
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp134 for (uint64_t Address : Analysis.getIndirectInstructions()) { in printIndirectCFInstructions()