Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp465 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local
466 if (!compiland) in ParseTypes()
500 ParseTypesByTagFn(*compiland); in ParseTypes()
529 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local
530 if (!compiland) in ParseVariablesForContext()
557 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()
823 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local
829 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()
839 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()
1865 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument
[all …]