Home
last modified time | relevance | path

Searched refs:eFormatFloat (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp254 eFormatFloat,
266 eFormatFloat,
278 eFormatFloat,
290 eFormatFloat,
302 eFormatFloat,
314 eFormatFloat,
326 eFormatFloat,
338 eFormatFloat,
350 eFormatFloat,
362 eFormatFloat,
[all …]
H A DABISysV_arm.cpp257 eFormatFloat,
269 eFormatFloat,
281 eFormatFloat,
293 eFormatFloat,
305 eFormatFloat,
317 eFormatFloat,
329 eFormatFloat,
341 eFormatFloat,
353 eFormatFloat,
365 eFormatFloat,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp395 eFormatFloat,
407 eFormatFloat,
419 eFormatFloat,
431 eFormatFloat,
443 eFormatFloat,
455 eFormatFloat,
467 eFormatFloat,
479 eFormatFloat,
491 eFormatFloat,
503 eFormatFloat,
[all …]
H A DRegisterInfos_powerpc.h31 #reg, NULL, 8, FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_mips64.h39 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_ppc64.h39 lldb::eFormatFloat, \
H A DRegisterInfos_mips.h50 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_ppc64le.h38 #reg, alt, 8, FPR_OFFSET(reg), lldb::eEncodingIEEE754, lldb::eFormatFloat, \
H A DRegisterInfos_arm.h350 #name, nullptr, size, FPU_OFFSET(offset), eEncodingIEEE754, eFormatFloat, \
H A DRegisterInfos_arm64_sve.h320 #reg, nullptr, size, 0, lldb::eEncodingIEEE754, lldb::eFormatFloat, \
H A DRegisterInfos_arm64.h525 lldb::eEncodingIEEE754, lldb::eFormatFloat, LLDB_KIND(fpu_##reg), \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp175 lldb::eFormatFloat); in AugmentRegisterInfo()
177 lldb::eFormatFloat); in AugmentRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp56 case lldb::eFormatFloat: in GetCompilerTypeForFormat()
134 return lldb::eFormatFloat; in GetItemFormatForFormat()
H A DFormatManager.cpp48 {eFormatFloat, 'f', "float"},
444 return eFormatFloat; in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp655 case eFormatFloat: { in DumpDataExtractor()
845 DumpDataExtractor(DE, s, offset, eFormatFloat, 2, item_byte_size / 2, in DumpDataExtractor()
853 DumpDataExtractor(DE, s, offset, eFormatFloat, 4, item_byte_size / 4, in DumpDataExtractor()
861 DumpDataExtractor(DE, s, offset, eFormatFloat, 8, item_byte_size / 8, in DumpDataExtractor()
H A DValueObject.cpp1441 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp211 format = eFormatFloat; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp54 "s" #i, nullptr, 4, OFFSET(s) + i * 4, eEncodingIEEE754, eFormatFloat, \
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h172 eFormatFloat, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp158 case eFormatFloat: in FinalizeSettings()
1331 case eFormatFloat: // TODO: add support for floats soon in DoExecute()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst297 .. py:data:: eFormatFloat
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp472 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo()
4657 reg_info.format = eFormatFloat; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp545 case eFormatFloat: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp58 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
62 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
66 reg_info.format = eFormatFloat; in LLDB_PLUGIN_DEFINE_ADV()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5234 return lldb::eFormatFloat; in GetFormat()
8809 case eFormatFloat: in DumpTypeValue()

12