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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h292 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp327 return ts->GetFloatTypeSemantics(byte_size);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h817 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
H A DTypeSystemClang.cpp4655 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { function in class:TypeSystemClang

Completed in 197 milliseconds