Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp506 encoding_type->GetForwardCompilerType().GetAtomicType(); in ResolveCompilerType()
562 m_compiler_type = void_compiler_type.GetAtomicType(); in ResolveCompilerType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h242 CompilerType GetAtomicType() const;
H A DTypeSystem.h258 virtual CompilerType GetAtomicType(lldb::opaque_compiler_type_t type);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h701 CompilerType GetAtomicType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4569 CompilerType TypeSystemClang::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystemClang