Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
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
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp616 CalculateMnemonicOperandsAndCommentIfNeeded(exe_ctx); in Dump()