Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DTypeSystem.h287 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
/openbsd/src/gnu/llvm/lldb/source/Core/
DDumpDataExtractor.cpp327 return ts->GetFloatTypeSemantics(byte_size); in GetFloatSemantics()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h742 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
DTypeSystemClang.cpp4715 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { in GetFloatTypeSemantics() function in TypeSystemClang