Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h225 Disassembler::HexImmediateStyle GetHexImmediateStyle() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp594 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4723 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle() function in TargetProperties