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.cpp248 eFormatFloat,
260 eFormatFloat,
272 eFormatFloat,
284 eFormatFloat,
296 eFormatFloat,
308 eFormatFloat,
320 eFormatFloat,
332 eFormatFloat,
344 eFormatFloat,
356 eFormatFloat,
[all …]
H A DABISysV_arm.cpp250 eFormatFloat,
262 eFormatFloat,
274 eFormatFloat,
286 eFormatFloat,
298 eFormatFloat,
310 eFormatFloat,
322 eFormatFloat,
334 eFormatFloat,
346 eFormatFloat,
358 eFormatFloat,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp388 eFormatFloat,
400 eFormatFloat,
412 eFormatFloat,
424 eFormatFloat,
436 eFormatFloat,
448 eFormatFloat,
460 eFormatFloat,
472 eFormatFloat,
484 eFormatFloat,
496 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.cpp193 lldb::eFormatFloat); in AugmentRegisterInfo()
195 lldb::eFormatFloat); in AugmentRegisterInfo()
206 lldb::eEncodingIEEE754, lldb::eFormatFloat); in AugmentRegisterInfo()
208 lldb::eEncodingIEEE754, 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"},
452 return eFormatFloat; in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp656 case eFormatFloat: { in DumpDataExtractor()
844 DumpDataExtractor(DE, s, offset, eFormatFloat, 2, item_byte_size / 2, in DumpDataExtractor()
852 DumpDataExtractor(DE, s, offset, eFormatFloat, 4, item_byte_size / 4, in DumpDataExtractor()
860 DumpDataExtractor(DE, s, offset, eFormatFloat, 8, item_byte_size / 8, in DumpDataExtractor()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp212 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.h175 eFormatFloat, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp158 case eFormatFloat: in FinalizeSettings()
1358 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.cpp482 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo()
4787 reg_info.format = eFormatFloat; in ParseRegisters()
H A DGDBRemoteCommunicationServerLLGS.cpp545 case eFormatFloat: in GetFormatNameOrEmpty()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1469 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
/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.cpp5230 return lldb::eFormatFloat; in GetFormat()
8732 case eFormatFloat: in DumpTypeValue()

12