Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp490 std::pair<Operand, llvm::StringRef::const_iterator> offset_and_iterator = in ParseIntelIndexedAccess() local
492 if (offset_and_iterator.first.IsValid()) { in ParseIntelIndexedAccess()
493 osi = offset_and_iterator.second; in ParseIntelIndexedAccess()
551 if (offset_and_iterator.first.IsValid()) { in ParseIntelIndexedAccess()
554 offset.m_children.push_back(offset_and_iterator.first); in ParseIntelIndexedAccess()
573 std::pair<Operand, llvm::StringRef::const_iterator> offset_and_iterator = in ParseIntelDerefAccess() local
575 if (offset_and_iterator.first.IsValid()) { in ParseIntelDerefAccess()
576 osi = offset_and_iterator.second; in ParseIntelDerefAccess()
598 if (offset_and_iterator.first.IsValid()) { in ParseIntelDerefAccess()
601 offset.m_children.push_back(offset_and_iterator.first); in ParseIntelDerefAccess()
[all …]