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.cpp451 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local
452 if (!compiland) in ParseTypes()
486 ParseTypesByTagFn(*compiland); in ParseTypes()
515 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local
516 if (!compiland) in ParseVariablesForContext()
543 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()
809 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local
815 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()
825 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()
1848 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument
[all …]