Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp1011 auto LabelIt = State.Label2AddrMap.find(Label); in evalFree() local
1012 if (LabelIt == State.Label2AddrMap.end()) { in evalFree()
1018 addr_t Addr = LabelIt->getValue(); in evalFree()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp594 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in emitLOHs() local
595 assert(LabelIt != LOHInstToLabel.end() && in emitLOHs()
597 MCArgs.push_back(LabelIt->second); in emitLOHs()