Home
last modified time | relevance | path

Searched refs:DebugInfo (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/
HDmodule.modulemap117 module DIContext { header "llvm/DebugInfo/DIContext.h" export * }
123 umbrella "llvm/DebugInfo/DWARF"
130 umbrella "llvm/DebugInfo/PDB"
137 exclude header "llvm/DebugInfo/PDB/DIA/DIADataStream.h"
138 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
139 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h"
140 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
141 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
142 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
143 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
[all …]
/freebsd-13-stable/lib/clang/libllvm/
HDMakefile510 SRCS_MIW+= DebugInfo/BTF/BTFContext.cpp
511 SRCS_MIW+= DebugInfo/BTF/BTFParser.cpp
512 SRCS_EXT+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
513 SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
514 SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
515 SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
516 SRCS_MIN+= DebugInfo/CodeView/CodeViewRecordIO.cpp
517 SRCS_MIN+= DebugInfo/CodeView/ContinuationRecordBuilder.cpp
518 SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp
519 SRCS_EXT+= DebugInfo/CodeView/DebugCrossExSubsection.cpp
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwo.cpp45 DebugInfo().GetUnitAtOffset(DIERef::Section::DebugInfo, in GetDWOCompileUnitForHash()
61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
147 return DebugInfo().GetDIE(die_ref.section(), die_ref.die_offset()); in GetDIE()
HDLogChannelDWARF.cpp17 {{"info"}, {"log the parsing of .debug_info"}, DWARFLog::DebugInfo},
28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
HDDIERef.h32 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()
HDLogChannelDWARF.h18 DebugInfo = Log::ChannelFlag<0>, enumerator
HDDebugNamesDWARFIndex.cpp78 m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, *cu_offset); in GetForeignTypeUnit()
90 return dwo_cu.GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash( in GetForeignTypeUnit()
105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig); in GetForeignTypeUnit()
132 if (DWARFUnit *cu = m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, in GetNonSkeletonUnit()
HDDIERef.cpp23 OS << (ref.section() == DIERef::DebugInfo ? "INFO" : "TYPE"); in format()
HDSymbolFileDWARF.cpp149 Log *log = GetLog(DWARFLog::DebugInfo); in ParseLLVMLineTable()
173 Log *log = GetLog(DWARFLog::DebugInfo); in ParseLLVMLineTablePrologue()
266 LLDB_LOG(GetLog(DWARFLog::DebugInfo), in Materialize()
431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
513 Log *log = GetLog(DWARFLog::DebugInfo); in InitializeObject()
708 Log *log = GetLog(DWARFLog::DebugInfo); in DebugAbbrev()
718 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo() function in SymbolFileDWARF
732 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
864 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
888 return m_lldb_cu_to_dwarf_unit.empty() ? DebugInfo().GetNumUnits() in CalculateNumCompileUnits()
[all …]
HDDWARFDebugInfo.cpp90 Log *log = GetLog(DWARFLog::DebugInfo); in ParseUnitsFor()
175 ParseUnitsFor(DIERef::Section::DebugInfo); in ParseUnitHeadersIfNeeded()
HDDWARFFormValue.cpp524 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in ReferencedUnitAndOffset()
525 DIERef::Section::DebugInfo, value); in ReferencedUnitAndOffset()
536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in ReferencedUnitAndOffset()
HDAppleDWARFIndex.cpp201 decl_dies.emplace_back(std::nullopt, DIERef::Section::DebugInfo, in GetCompleteObjCClass()
285 DIERef die_ref(std::nullopt, DIERef::Section::DebugInfo, in GetFunctions()
HDDWARFDebugAranges.cpp44 Log *log = GetLog(DWARFLog::DebugInfo); in extract()
HDDWARFIndex.cpp102 return this->operator()(DIERef(std::nullopt, DIERef::Section::DebugInfo, in operator ()()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDPDB.h17 union DebugInfo;
28 llvm::codeview::DebugInfo *buildId);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
HDDWARFLinkerBase.cpp19 .Case(getSectionName(DebugSectionKind::DebugInfo), in parseDebugTableName()
20 DebugSectionKind::DebugInfo) in parseDebugTableName()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDREADME.md22 llvm-project/llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp
23 llvm-project/llvm/unittests/DebugInfo/LogicalView/DWARFReaderTest.cpp
27 llvm-project/llvm/test/DebugInfo/LogicalView/CodeViewReader.test
28 llvm-project/llvm/test/DebugInfo/LogicalView/DWARFReader.test
101 from ``lib/DebugInfo/CodeView/SymbolDumper.cpp`` that can be used.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerTypeUnit.cpp39 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in TypeUnit()
50 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in createDIETree()
133 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in prepareDataForTreeCreation()
349 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in finishCloningAndEmit()
HDDWARFLinkerUnit.cpp99 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitDebugInfo()
186 &getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo)}); in emitPubAcceleratorEntry()
HDDWARFLinkerImpl.cpp890 if (std::optional<SectionDescriptor *> DebugInfo = in printStatistic() local
891 CU->tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) in printStatistic()
892 AllDebugInfoSectionsSize += (*DebugInfo)->getContents().size(); in printStatistic()
1226 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1232 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1238 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1244 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1372 CU->getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo) in emitDWARFv5DebugNamesSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDPerfSupportPlugin.cpp235 auto DebugInfo = getDebugInfoRecord(*Sym, *DC); in getRecords() local
236 if (DebugInfo) in getRecords()
237 Batch.DebugInfoRecords.push_back(std::move(*DebugInfo)); in getRecords()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCVDebugRecord.h45 union DebugInfo { union
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-account.cpp270 std::string DebugInfo; member
331 Row.DebugInfo = FuncIdHelper.FileLineAndColumn(FuncId); in exportStats()
406 << " " << Row.DebugInfo << ": " << Row.Function << "\n"; in exportStatsAsText()
416 << ",\"" << Row.DebugInfo << "\",\"" << Row.Function << "\"\n"; in exportStatsAsCSV()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp40 union DebugInfo;
634 const codeview::DebugInfo *DebugInfo; in getOrCreateModuleInfo() local
636 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
644 if (!EC && !HasDwarf && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDDWARFLinkerBase.h28 DebugInfo = 0, enumerator

123