Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp101 const auto &IndirectInstructions = Analysis.getIndirectInstructions(); in buildFlowGraph() local
104 if (IndirectInstructions.find(Address) == IndirectInstructions.end()) { in buildFlowGraph()
DFileAnalysis.h229 std::set<object::SectionedAddress> IndirectInstructions; variable
DFileAnalysis.cpp260 return IndirectInstructions; in getIndirectInstructions()
533 IndirectInstructions.insert({VMAddress, Address.SectionIndex}); in parseSectionContents()