Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp199 using MInstToMCSymbol = std::map<const MachineInstr *, MCSymbol *>; typedef in __anon439e25820111::AArch64AsmPrinter
201 MInstToMCSymbol LOHInstToLabel;
818 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in emitLOHs()