Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp171 using MInstToMCSymbol = std::map<const MachineInstr *, MCSymbol *>; typedef in __anon47ca62f10111::AArch64AsmPrinter
173 MInstToMCSymbol LOHInstToLabel;
251 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()