Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h88 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetMnemonic()
93 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetOperands()
98 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetComment()
254 CalculateMnemonicOperandsAndCommentIfNeeded(const ExecutionContext *exe_ctx) { in CalculateMnemonicOperandsAndCommentIfNeeded() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp693 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in Dump()