/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 254 eFormatFloat, 266 eFormatFloat, 278 eFormatFloat, 290 eFormatFloat, 302 eFormatFloat, 314 eFormatFloat, 326 eFormatFloat, 338 eFormatFloat, 350 eFormatFloat, 362 eFormatFloat, [all …]
|
H A D | ABISysV_arm.cpp | 257 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 D | RegisterContextDarwin_arm.cpp | 395 eFormatFloat, 407 eFormatFloat, 419 eFormatFloat, 431 eFormatFloat, 443 eFormatFloat, 455 eFormatFloat, 467 eFormatFloat, 479 eFormatFloat, 491 eFormatFloat, 503 eFormatFloat, [all …]
|
H A D | RegisterInfos_powerpc.h | 31 #reg, NULL, 8, FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
|
H A D | RegisterInfos_mips64.h | 39 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
|
H A D | RegisterInfos_ppc64.h | 39 lldb::eFormatFloat, \
|
H A D | RegisterInfos_mips.h | 50 FPR_OFFSET(reg), eEncodingIEEE754, eFormatFloat, \
|
H A D | RegisterInfos_ppc64le.h | 38 #reg, alt, 8, FPR_OFFSET(reg), lldb::eEncodingIEEE754, lldb::eFormatFloat, \
|
H A D | RegisterInfos_arm.h | 350 #name, nullptr, size, FPU_OFFSET(offset), eEncodingIEEE754, eFormatFloat, \
|
H A D | RegisterInfos_arm64_sve.h | 320 #reg, nullptr, size, 0, lldb::eEncodingIEEE754, lldb::eFormatFloat, \
|
H A D | RegisterInfos_arm64.h | 525 lldb::eEncodingIEEE754, lldb::eFormatFloat, LLDB_KIND(fpu_##reg), \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIAArch64.cpp | 175 lldb::eFormatFloat); in AugmentRegisterInfo() 177 lldb::eFormatFloat); in AugmentRegisterInfo()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 56 case lldb::eFormatFloat: in GetCompilerTypeForFormat() 134 return lldb::eFormatFloat; in GetItemFormatForFormat()
|
H A D | FormatManager.cpp | 48 {eFormatFloat, 'f', "float"}, 444 return eFormatFloat; in GetSingleItemFormat()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 655 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 D | ValueObject.cpp | 1441 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFormat.cpp | 211 format = eFormatFloat; in ParserGDBFormatLetter()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM.cpp | 54 "s" #i, nullptr, 4, OFFSET(s) + i * 4, eEncodingIEEE754, eFormatFloat, \
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 172 eFormatFloat, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 158 case eFormatFloat: in FinalizeSettings() 1331 case eFormatFloat: // TODO: add support for floats soon in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 297 .. py:data:: eFormatFloat
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 472 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo() 4657 reg_info.format = eFormatFloat; in ParseRegisters()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 545 case eFormatFloat: in GetFormatNameOrEmpty()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 58 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 D | TypeSystemClang.cpp | 5234 return lldb::eFormatFloat; in GetFormat() 8809 case eFormatFloat: in DumpTypeValue()
|