Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp229 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1); in CalculateNumCompileUnits() local
230 lldbassert(last_compiland_up.get()); in CalculateNumCompileUnits()
231 std::string name = last_compiland_up->getName(); in CalculateNumCompileUnits()