Home
last modified time | relevance | path

Searched refs:GetAtomicType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp428 CompilerType CompilerType::GetAtomicType() const { in GetAtomicType() function in CompilerType
430 return m_type_system->GetAtomicType(m_type); in GetAtomicType()
H A DTypeSystem.cpp88 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystem
H A DType.cpp505 encoding_type->GetForwardCompilerType().GetAtomicType(); in ResolveCompilerType()
563 m_compiler_type = void_compiler_type.GetAtomicType(); in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h242 CompilerType GetAtomicType() const;
H A DTypeSystem.h259 virtual CompilerType GetAtomicType(lldb::opaque_compiler_type_t type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h709 CompilerType GetAtomicType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4537 CompilerType TypeSystemClang::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystemClang