Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp326 Type *variable_type = variable->GetType(); in GetClangType() local
327 if (variable_type) in GetClangType()
328 m_clang_type = variable_type->GetClangForwardType(); in GetClangType()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp886 Type *variable_type = variable->GetType(); in PrivateAutoComplete() local
887 if (variable_type) in PrivateAutoComplete()
889 … ClangASTType variable_clang_type (variable_type->GetClangForwardType()); in PrivateAutoComplete()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp1432 llvm::Type *variable_type = global_variable->getType(); in MaterializeInternalVariable() local
1454 Constant *new_pointer = BuildRelocation(variable_type, offset); in MaterializeInternalVariable()