Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp937 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in emitLOHs() local
938 assert(LabelIt != LOHInstToLabel.end() && in emitLOHs()
940 MCArgs.push_back(LabelIt->second); in emitLOHs()