Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h219 lldb::VariableSP CreateConstantSymbol(PdbGlobalSymId var_id,
H A DSymbolFileNativePDB.cpp723 return CreateConstantSymbol(var_id, sym); in CreateGlobalVariable()
797 SymbolFileNativePDB::CreateConstantSymbol(PdbGlobalSymId var_id, in CreateConstantSymbol() function in SymbolFileNativePDB