Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp119 typedef std::map<const MachineInstr *, MCSymbol *> MInstToMCSymbol; typedef in __anon039d01ae0111::AArch64AsmPrinter
120 MInstToMCSymbol LOHInstToLabel;
145 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp140 using MInstToMCSymbol = std::map<const MachineInstr *, MCSymbol *>; typedef in __anon745fb7e60111::AArch64AsmPrinter
142 MInstToMCSymbol LOHInstToLabel;
220 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()