Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h245 lldb::VariableSP CreateConstantSymbol(PdbGlobalSymId var_id,
H A DSymbolFileNativePDB.cpp845 return CreateConstantSymbol(var_id, sym); in CreateGlobalVariable()
931 SymbolFileNativePDB::CreateConstantSymbol(PdbGlobalSymId var_id, in CreateConstantSymbol() function in SymbolFileNativePDB