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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h231 CompilerType GetAtomicType() const;
H A DTypeSystem.h247 virtual CompilerType GetAtomicType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h630 CompilerType GetAtomicType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp424 CompilerType CompilerType::GetAtomicType() const { function in class:CompilerType
426 return m_type_system->GetAtomicType(m_type);
H A DTypeSystem.cpp92 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) {
H A DType.cpp503 encoding_type->GetForwardCompilerType().GetAtomicType();
561 m_compiler_type = void_compiler_type.GetAtomicType();
H A DClangASTContext.cpp4289 CompilerType ClangASTContext::GetAtomicType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext

Completed in 209 milliseconds