Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp45 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index() local
50 units_to_index.reserve(main_info.GetNumUnits() + in Index()
56 for (size_t U = 0; U < main_info.GetNumUnits(); ++U) { in Index()
57 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp945 StructuredData::ObjectSP main_info) { in GenerateThreadName() argument
962 if (main_info->GetObjectForDotSeparatedPath("all_addresses_are_same") in GenerateThreadName()
967 if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
971 } else if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()