Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp186 using MInstToMCSymbol = std::map<const MachineInstr *, MCSymbol *>; typedef in __anon9cc45d170111::AArch64AsmPrinter
188 MInstToMCSymbol LOHInstToLabel;
590 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()