Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h276 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp565 type_system.GetFloatTypeSemantics(item_byte_size); in DumpDataExtractor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h733 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
H A DTypeSystemClang.cpp4634 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { in GetFloatTypeSemantics() function in TypeSystemClang