Searched refs:IndirectInstructions (Results 1 – 3 of 3) sorted by relevance
101 const auto &IndirectInstructions = Analysis.getIndirectInstructions(); in buildFlowGraph() local104 if (IndirectInstructions.find(Address) == IndirectInstructions.end()) { in buildFlowGraph()
229 std::set<object::SectionedAddress> IndirectInstructions; variable
260 return IndirectInstructions; in getIndirectInstructions()533 IndirectInstructions.insert({VMAddress, Address.SectionIndex}); in parseSectionContents()