Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp182 uint32_t SymbolFileCommon::GetNumCompileUnits() { in GetNumCompileUnits() function in SymbolFileCommon
194 uint32_t num = GetNumCompileUnits(); in GetCompileUnitAtIndex()
206 const size_t num_compile_units = GetNumCompileUnits(); in SetCompileUnitAtIndex()
H A DSymbolFileOnDemand.cpp575 uint32_t SymbolFileOnDemand::GetNumCompileUnits() { in GetNumCompileUnits() function in SymbolFileOnDemand
578 return m_sym_file_impl->GetNumCompileUnits(); in GetNumCompileUnits()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp399 const uint32_t cu_count = GetNumCompileUnits(); in GetModuleByOSOIndex()
573 const uint32_t oso_index_count = GetNumCompileUnits(); in CalculateAbilities()
593 const uint32_t cu_count = GetNumCompileUnits(); in ParseCompileUnitAtIndex()
645 const uint32_t cu_count = GetNumCompileUnits(); in GetCompUnitInfo()
661 const uint32_t cu_count = GetNumCompileUnits(); in GetCompUnitInfosForModule()
894 const uint32_t cu_count = GetNumCompileUnits(); in ResolveSymbolContext()
1284 const uint32_t cu_count = GetNumCompileUnits(); in GetSeparateDebugInfo()
1322 const uint32_t cu_count = GetNumCompileUnits(); in GetCompileUnit()
1344 const uint32_t cu_count = GetNumCompileUnits(); in GetCompileUnitInfo()
1359 const uint32_t cu_count = GetNumCompileUnits(); in SetCompileUnit()
H A DSymbolFileDWARF.cpp1059 for (std::size_t i = 0; i < module->GetNumCompileUnits(); ++i) { in ForEachExternalModule()
1753 if (GetNumCompileUnits() == 1) { in GetDWOId()
1951 const uint32_t num_compile_units = GetNumCompileUnits(); in UpdateExternalModuleListIfNeeded()
2054 const size_t num_cus = module_sp->GetNumCompileUnits(); in GetGlobalAranges()
2239 for (uint32_t cu_idx = 0, num_cus = GetNumCompileUnits(); cu_idx < num_cus; in ResolveSymbolContext()
4402 const uint32_t num_compile_units = GetNumCompileUnits(); in GetCompileOptions()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i50 return lldb_iter(self, 'GetNumCompileUnits', 'GetCompileUnitAtIndex')
165 return int(self.sbmodule.GetNumCompileUnits())
214 for idx in range(self.GetNumCompileUnits()):
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h123 uint32_t GetNumCompileUnits();
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h144 virtual uint32_t GetNumCompileUnits() = 0;
561 uint32_t GetNumCompileUnits() override;
H A DSymbolFileOnDemand.h56 uint32_t GetNumCompileUnits() override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp384 size_t num_comp_units = GetNumCompileUnits(); in ParseAllDebugSymbols()
425 size_t Module::GetNumCompileUnits() { in GetNumCompileUnits() function in Module
428 return symbols->GetNumCompileUnits(); in GetNumCompileUnits()
434 size_t num_comp_units = GetNumCompileUnits(); in GetCompileUnitAtIndex()
632 const size_t num_compile_units = GetNumCompileUnits(); in FindCompileUnits()
H A DSearchFilter.cpp304 const size_t num_comp_units = module_sp->GetNumCompileUnits(); in DoCUIteration()
763 const size_t num_cu = module_sp->GetNumCompileUnits(); in Search()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp253 uint32_t SBModule::GetNumCompileUnits() { in GetNumCompileUnits() function in SBModule
258 return module_sp->GetNumCompileUnits(); in GetNumCompileUnits()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp305 const size_t num_comp_units = context.module_sp->GetNumCompileUnits(); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h528 size_t GetNumCompileUnits();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp417 for (size_t i = 0, size = GetNumCompileUnits(); i < size; ++i) { in ResolveSymbolContext()
432 for (uint32_t i = 0; i < GetNumCompileUnits(); ++i) { in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp244 for (uint32_t cu_idx = 0; cu_idx < GetNumCompileUnits(); ++cu_idx) { in GetCompileUnitIndex()
262 if (index >= GetNumCompileUnits()) in ParseCompileUnitAtIndex()
1620 for (uint32_t cu_idx = 0; cu_idx < GetNumCompileUnits(); ++cu_idx) { in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp497 for (std::size_t i = 0; i < module.GetNumCompileUnits(); ++i) { in GetModuleConfig()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp889 if (!modi || modi >= GetNumCompileUnits()) in CreateGlobalVariable()
1018 if (index >= GetNumCompileUnits()) in ParseCompileUnitAtIndex()
1159 for (uint32_t cu_idx = 0, num_cus = GetNumCompileUnits(); cu_idx < num_cus; in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp282 for (size_t i = 0; i < module->GetNumCompileUnits(); i++) { in DumpFileLinesInModule()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39760 result = (uint32_t)(arg1)->GetNumCompileUnits(); in _wrap_SBModule_GetNumCompileUnits()