Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h175 bool GetStructInfo(uint32_t &num_elements, size_t &size,
H A DIRForTarget.cpp1438 if (!m_decl_map->GetStructInfo(num_elements, size, alignment)) in ReplaceVariables()
H A DClangExpressionDeclMap.cpp451 bool ClangExpressionDeclMap::GetStructInfo(uint32_t &num_elements, size_t &size, in GetStructInfo() function in ClangExpressionDeclMap