Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h68 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetMnemonic()
73 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetOperands()
78 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in GetComment()
232 CalculateMnemonicOperandsAndCommentIfNeeded(const ExecutionContext *exe_ctx) { in CalculateMnemonicOperandsAndCommentIfNeeded() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp588 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in Dump()