Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp236 eFormatFloat,
247 eFormatFloat,
258 eFormatFloat,
269 eFormatFloat,
280 eFormatFloat,
291 eFormatFloat,
302 eFormatFloat,
313 eFormatFloat,
324 eFormatFloat,
335 eFormatFloat,
[all …]
H A DABISysV_arm.cpp239 eFormatFloat,
250 eFormatFloat,
261 eFormatFloat,
272 eFormatFloat,
283 eFormatFloat,
294 eFormatFloat,
305 eFormatFloat,
316 eFormatFloat,
327 eFormatFloat,
338 eFormatFloat,
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp378 eFormatFloat,
389 eFormatFloat,
400 eFormatFloat,
411 eFormatFloat,
422 eFormatFloat,
433 eFormatFloat,
444 eFormatFloat,
455 eFormatFloat,
466 eFormatFloat,
477 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.h317 #reg, nullptr, size, 0, lldb::eEncodingIEEE754, lldb::eFormatFloat, \
H A DRegisterInfos_arm64.h521 lldb::eEncodingIEEE754, lldb::eFormatFloat, LLDB_KIND(fpu_##reg), \
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp143 lldb::eFormatFloat); in AugmentRegisterInfo()
145 lldb::eFormatFloat); in AugmentRegisterInfo()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp52 case lldb::eFormatFloat: in GetCompilerTypeForFormat()
130 return lldb::eFormatFloat; in GetItemFormatForFormat()
H A DFormatManager.cpp46 {eFormatFloat, 'f', "float"},
450 return eFormatFloat; in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp141 TestDump(0.456, lldb::Format::eFormatFloat, "0.456"); in TEST()
370 18, lldb::Format::eFormatFloat, in TEST()
377 TestDumpWithItemByteSize(3, lldb::Format::eFormatFloat, in TEST()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp646 case eFormatFloat: { in DumpDataExtractor()
868 DumpDataExtractor(DE, s, offset, eFormatFloat, 2, item_byte_size / 2, in DumpDataExtractor()
876 DumpDataExtractor(DE, s, offset, eFormatFloat, 4, item_byte_size / 4, in DumpDataExtractor()
884 DumpDataExtractor(DE, s, offset, eFormatFloat, 8, item_byte_size / 8, in DumpDataExtractor()
H A DValueObject.cpp1286 (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp211 format = eFormatFloat; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp53 "s" #i, nullptr, 4, OFFSET(s) + i * 4, eEncodingIEEE754, eFormatFloat, \
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp182 .Case("float", eFormatFloat) in create()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h171 eFormatFloat, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp157 case eFormatFloat: in FinalizeSettings()
1401 case eFormatFloat: // TODO: add support for floats soon in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp742 {eFormatFloat, eFormatVectorOfFloat16, 2},
744 {eFormatFloat, eFormatVectorOfFloat32, sizeof(float)},
746 {eFormatFloat, eFormatVectorOfFloat64, sizeof(double)},
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst297 .. py:data:: eFormatFloat
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp480 .Case("float", eFormatFloat) in BuildDynamicRegisterInfo()
4163 reg_info.format = eFormatFloat; in ParseRegisters()

12