Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.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/lib/clang/libllvm/
H A DMakefile510 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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.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()
H A DLogChannelDWARF.cpp17 {{"info"}, {"log the parsing of .debug_info"}, DWARFLog::DebugInfo},
28 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
H A DDIERef.h32 enum Section : uint8_t { DebugInfo, DebugTypes }; in DIERef()
47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo;
30 enum Section : uint8_t { DebugInfo, DebugTypes }; global() enumerator
H A DLogChannelDWARF.h18 DebugInfo = Log::ChannelFlag<0>, enumerator
H A DDebugNamesDWARFIndex.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()
H A DDIERef.cpp23 OS << (ref.section() == DIERef::DebugInfo ? "INFO" : "TYPE"); in format()
H A DSymbolFileDWARF.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 …]
H A DDWARFFormValue.cpp524 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in Reference()
525 DIERef::Section::DebugInfo, value); in Reference()
536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in Reference()
H A DDWARFDebugInfo.cpp90 Log *log = GetLog(DWARFLog::DebugInfo); in ParseUnitsFor()
175 ParseUnitsFor(DIERef::Section::DebugInfo); in ParseUnitHeadersIfNeeded()
H A DAppleDWARFIndex.cpp201 decl_dies.emplace_back(std::nullopt, DIERef::Section::DebugInfo, in GetCompleteObjCClass()
285 DIERef die_ref(std::nullopt, DIERef::Section::DebugInfo, in GetFunctions()
H A DDWARFDebugAranges.cpp44 Log *log = GetLog(DWARFLog::DebugInfo); in extract()
H A DDWARFIndex.cpp102 return this->operator()(DIERef(std::nullopt, DIERef::Section::DebugInfo, in operator ()()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.h17 union DebugInfo;
28 llvm::codeview::DebugInfo *buildId);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.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/contrib/llvm-project/llvm/include/llvm/Object/
H A DCVDebugRecord.h45 union DebugInfo { union
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DOutputSections.cpp
H A DOutputSections.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp99 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitDebugInfo()
186 &getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo)}); in emitPubAcceleratorEntry()
H A DDWARFLinkerImpl.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()
H A DDWARFLinkerCompileUnit.cpp37 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
49 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
336 tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) { in updateDieRefPatchesWithClonedOffsets()
458 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitLocations()
698 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in cloneAndEmitRangeList()
843 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitAranges()
1260 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in cloneAndEmit()
1496 ArtificialTypeUnit->getSectionDescriptor(DebugSectionKind::DebugInfo); in createTypeDIEandCloneAttributes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-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/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.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/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h28 DebugInfo = 0, enumerator

12