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.cpp568 uint32_t SymbolFileOnDemand::GetNumCompileUnits() { in GetNumCompileUnits() function in SymbolFileOnDemand
571 return m_sym_file_impl->GetNumCompileUnits(); in GetNumCompileUnits()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp398 const uint32_t cu_count = GetNumCompileUnits(); in GetModuleByOSOIndex()
571 const uint32_t oso_index_count = GetNumCompileUnits(); in CalculateAbilities()
591 const uint32_t cu_count = GetNumCompileUnits(); in ParseCompileUnitAtIndex()
643 const uint32_t cu_count = GetNumCompileUnits(); in GetCompUnitInfo()
659 const uint32_t cu_count = GetNumCompileUnits(); in GetCompUnitInfosForModule()
876 const uint32_t cu_count = GetNumCompileUnits(); in ResolveSymbolContext()
1279 const uint32_t cu_count = GetNumCompileUnits(); in GetSeparateDebugInfo()
1316 const uint32_t cu_count = GetNumCompileUnits(); in GetCompileUnit()
1338 const uint32_t cu_count = GetNumCompileUnits(); in GetCompileUnitInfo()
1353 const uint32_t cu_count = GetNumCompileUnits(); in SetCompileUnit()
H A DSymbolFileDWARF.cpp1068 for (std::size_t i = 0; i < module->GetNumCompileUnits(); ++i) { in ForEachExternalModule()
1814 if (GetNumCompileUnits() == 1) { in GetDWOId()
2012 const uint32_t num_compile_units = GetNumCompileUnits(); in UpdateExternalModuleListIfNeeded()
2114 const size_t num_cus = module_sp->GetNumCompileUnits(); in GetGlobalAranges()
2298 for (uint32_t cu_idx = 0, num_cus = GetNumCompileUnits(); cu_idx < num_cus; in ResolveSymbolContext()
3012 const uint32_t num_compile_units = GetNumCompileUnits(); in Supports_DW_AT_APPLE_objc_complete_type()
4463 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;
537 uint32_t GetNumCompileUnits() override;
H A DSymbolFileOnDemand.h56 uint32_t GetNumCompileUnits() override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp377 size_t num_comp_units = GetNumCompileUnits(); in ParseAllDebugSymbols()
418 size_t Module::GetNumCompileUnits() { in GetNumCompileUnits() function in Module
421 return symbols->GetNumCompileUnits(); in GetNumCompileUnits()
427 size_t num_comp_units = GetNumCompileUnits(); in GetCompileUnitAtIndex()
622 const size_t num_compile_units = GetNumCompileUnits(); in FindCompileUnits()
H A DSearchFilter.cpp300 const size_t num_comp_units = module_sp->GetNumCompileUnits(); in DoCUIteration()
756 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.cpp293 const size_t num_comp_units = context.module_sp->GetNumCompileUnits(); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h527 size_t GetNumCompileUnits();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp419 for (size_t i = 0, size = GetNumCompileUnits(); i < size; ++i) { in ResolveSymbolContext()
434 for (uint32_t i = 0; i < GetNumCompileUnits(); ++i) { in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp243 for (uint32_t cu_idx = 0; cu_idx < GetNumCompileUnits(); ++cu_idx) { in GetCompileUnitIndex()
261 if (index >= GetNumCompileUnits()) in ParseCompileUnitAtIndex()
1635 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.cpp496 for (std::size_t i = 0; i < module.GetNumCompileUnits(); ++i) { in GetModuleConfig()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp282 for (size_t i = 0; i < module->GetNumCompileUnits(); i++) { in DumpFileLinesInModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1021 if (index >= GetNumCompileUnits()) in ParseCompileUnitAtIndex()
1162 for (uint32_t cu_idx = 0, num_cus = GetNumCompileUnits(); cu_idx < num_cus; in ResolveSymbolContext()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39175 result = (uint32_t)(arg1)->GetNumCompileUnits(); in _wrap_SBModule_GetNumCompileUnits()