Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeSystem.h309 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDumpDataExtractor.cpp327 return ts->GetFloatTypeSemantics(byte_size); in GetFloatSemantics()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h831 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
HDTypeSystemClang.cpp4712 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { in GetFloatTypeSemantics() function in TypeSystemClang