Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h228 lldb::VariableSP GetOrCreateGlobalVariable(PdbGlobalSymId var_id);
H A DSymbolFileNativePDB.cpp963 SymbolFileNativePDB::GetOrCreateGlobalVariable(PdbGlobalSymId var_id) { in GetOrCreateGlobalVariable() function in SymbolFileNativePDB
1666 if (VariableSP var = GetOrCreateGlobalVariable(global)) in FindGlobalVariables()