Home
last modified time | relevance | path

Searched refs:GetStructInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h174 bool GetStructInfo(uint32_t &num_elements, size_t &size,
H A DIRForTarget.cpp1607 if (!m_decl_map->GetStructInfo(num_elements, size, alignment)) in ReplaceVariables()
H A DClangExpressionDeclMap.cpp454 bool ClangExpressionDeclMap::GetStructInfo(uint32_t &num_elements, size_t &size, in GetStructInfo() function in ClangExpressionDeclMap