Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h215 bool GetUseHexImmediates() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp593 use_hex_immediates = target->GetUseHexImmediates(); in CalculateMnemonicOperandsAndComment()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4691 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates() function in TargetProperties