Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp424 CompilerType CompilerType::GetAtomicType() const { in GetAtomicType() function in CompilerType
426 return m_type_system->GetAtomicType(m_type); in GetAtomicType()
HDTypeSystem.cpp92 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in TypeSystem
HDType.cpp503 encoding_type->GetForwardCompilerType().GetAtomicType(); in ResolveClangType()
561 m_compiler_type = void_compiler_type.GetAtomicType(); in ResolveClangType()
HDClangASTContext.cpp4289 CompilerType ClangASTContext::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h231 CompilerType GetAtomicType() const;
HDTypeSystem.h247 virtual CompilerType GetAtomicType(lldb::opaque_compiler_type_t type);
HDClangASTContext.h630 CompilerType GetAtomicType(lldb::opaque_compiler_type_t type) override;