Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
252 CalculateMnemonicOperandsAndCommentIfNeeded(const ExecutionContext *exe_ctx) { in CalculateMnemonicOperandsAndCommentIfNeeded() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp616 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in Dump()