Home
last modified time | relevance | path

Searched refs:CreateLocalVariable (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h244 lldb::VariableSP CreateLocalVariable(PdbCompilandSymId scope_id,
DSymbolFileNativePDB.cpp1801 VariableSP SymbolFileNativePDB::CreateLocalVariable(PdbCompilandSymId scope_id, in CreateLocalVariable() function in SymbolFileNativePDB
1866 return CreateLocalVariable(scope_id, var_id, is_param); in GetOrCreateLocalVariable()