Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp801 CVSymbol func_block_cvs = index.ReadSymbolRecord(func_scope_id); in GetVariableLocationInfo() local
802 lldbassert(func_block_cvs.kind() == S_GPROC32 || in GetVariableLocationInfo()
803 func_block_cvs.kind() == S_LPROC32); in GetVariableLocationInfo()
806 func_block_cvs.length()); in GetVariableLocationInfo()