Home
last modified time | relevance | path

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

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