Home
last modified time | relevance | path

Searched refs:IndirectInstructions (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp102 const auto &IndirectInstructions = Analysis.getIndirectInstructions(); in buildFlowGraph() local
104 if (IndirectInstructions.find(Address) == IndirectInstructions.end()) in buildFlowGraph()
DFileAnalysis.h220 std::set<uint64_t> IndirectInstructions; variable
DFileAnalysis.cpp245 return IndirectInstructions; in getIndirectInstructions()
506 IndirectInstructions.insert(VMAddress); in parseSectionContents()