Home
last modified time | relevance | path

Searched refs:GetFloatTypeSemantics (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h275 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp665 type_system.GetFloatTypeSemantics(item_byte_size); in DumpDataExtractor()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h725 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
H A DTypeSystemClang.cpp4666 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { in GetFloatTypeSemantics() function in TypeSystemClang