Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp91 m_using_file_addr(false) {} in InstructionLLVMC()
231 m_using_file_addr = true; in CalculateMnemonicOperandsAndComment()
247 m_using_file_addr = false; in CalculateMnemonicOperandsAndComment()
332 bool UsingFileAddress() const { return m_using_file_addr; } in UsingFileAddress()
813 bool m_using_file_addr; member in InstructionLLVMC