Home
last modified time | relevance | path

Searched defs:compilands (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h143 CompileUnitIndex &compilands() { return m_cus; } in compilands() function
144 const CompileUnitIndex &compilands() const { return m_cus; } in compilands() function
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc336 CComPtr<IDiaEnumSymbols> compilands; in PrintSourceFiles() local
457 CComPtr<IDiaEnumSymbols> compilands; in PrintFunctions() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp198 auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>(); in CalculateNumCompileUnits() local
796 auto compilands = m_session_up->findCompilandsForSourceFile( in ResolveSymbolContext() local