Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp577 m_using_file_addr = true; in CalculateMnemonicOperandsAndComment()
593 m_using_file_addr = false; in CalculateMnemonicOperandsAndComment()
678 bool UsingFileAddress() const { return m_using_file_addr; } in UsingFileAddress()
1158 bool m_using_file_addr = false; member in InstructionLLVMC