Home
last modified time | relevance | path

Searched refs:InstrMapType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h474 using InstrMapType = std::map<uint32_t, MCInst>; variable
475 InstrMapType Instructions;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1173 auto matchVeneer = [&](BinaryFunction::InstrMapType &Instructions, in handleAArch64Veneer()
1213 BinaryFunction::InstrMapType VeneerInstructions; in handleAArch64Veneer()