Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp1109 auto LabelIt = State.Label2AddrMap.find(Label); in evalFree() local
1110 if (LabelIt == State.Label2AddrMap.end()) { in evalFree()
1116 addr_t Addr = LabelIt->getValue(); in evalFree()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp700 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in emitLOHs() local
701 assert(LabelIt != LOHInstToLabel.end() && in emitLOHs()
703 MCArgs.push_back(LabelIt->second); in emitLOHs()