Home
last modified time | relevance | path

Searched refs:AddPersistentVariable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h79 AddPersistentVariable(lldb::ExpressionVariableSP &persistent_variable_sp,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h126 bool AddPersistentVariable(const clang::NamedDecl *decl,
H A DIRForTarget.cpp393 if (!m_decl_map->AddPersistentVariable( in CreateResultVariable()
893 if (!m_decl_map->AddPersistentVariable(decl, persistent_variable_name, in RewritePersistentAlloc()
H A DClangExpressionDeclMap.cpp215 bool ClangExpressionDeclMap::AddPersistentVariable(const NamedDecl *decl, in AddPersistentVariable() function in ClangExpressionDeclMap
406 offset = m_parser_vars->m_materializer->AddPersistentVariable( in AddValueToStruct()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp414 uint32_t Materializer::AddPersistentVariable( in AddPersistentVariable() function in Materializer