Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp145 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs() local
146 assert(LabelIt != LOHInstToLabel.end() && in EmitLOHs()
148 MCArgs.push_back(LabelIt->second); in EmitLOHs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp220 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs() local
221 assert(LabelIt != LOHInstToLabel.end() && in EmitLOHs()
223 MCArgs.push_back(LabelIt->second); in EmitLOHs()