Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap126 umbrella "llvm/DebugInfo/DWARF"
133 umbrella "llvm/DebugInfo/PDB"
149 exclude header "llvm/DebugInfo/PDB/DIA/DIAError.h"
150 exclude header "llvm/DebugInfo/PDB/DIA/DIAFrameData.h"
155 exclude header "llvm/DebugInfo/PDB/DIA/DIASession.h"
157 exclude header "llvm/DebugInfo/PDB/DIA/DIASupport.h"
158 exclude header "llvm/DebugInfo/PDB/DIA/DIATable.h"
159 exclude header "llvm/DebugInfo/PDB/DIA/DIAUtils.h"
165 umbrella "llvm/DebugInfo/PDB/DIA"
172 umbrella "llvm/DebugInfo/MSF"
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile509 SRCS_MIW+= DebugInfo/BTF/BTFContext.cpp
510 SRCS_MIW+= DebugInfo/BTF/BTFParser.cpp
533 SRCS_MIN+= DebugInfo/CodeView/Line.cpp
569 SRCS_MIW+= DebugInfo/DWARF/DWARFDie.cpp
580 SRCS_MIN+= DebugInfo/MSF/MSFCommon.cpp
581 SRCS_EXT+= DebugInfo/MSF/MSFError.cpp
638 SRCS_EXT+= DebugInfo/PDB/PDB.cpp
640 SRCS_EXT+= DebugInfo/PDB/PDBExtras.cpp
643 SRCS_EXT+= DebugInfo/PDB/PDBSymbol.cpp
675 SRCS_EXT+= DebugInfo/PDB/UDTLayout.cpp
[all …]
/freebsd-14.2/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()
142 return DebugInfo().GetDIE(die_ref); in GetDIE()
H A DLogChannelDWARF.cpp17 {{"info"}, {"log the parsing of .debug_info"}, DWARFLog::DebugInfo},
27 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
H A DDIERef.h32 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()
H A DLogChannelDWARF.h18 DebugInfo = Log::ChannelFlag<0>, enumerator
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()
431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
506 Log *log = GetLog(DWARFLog::DebugInfo); in InitializeObject()
700 Log *log = GetLog(DWARFLog::DebugInfo); in DebugAbbrev()
857 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
1554 Log *log = GetLog(DWARFLog::DebugInfo); in ResolveTypeUID()
1755 symbol_file = this->DebugInfo() in GetDIE()
1765 return DebugInfo().GetDIE(die_ref); in GetDIE()
2622 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()
[all …]
H A DDWARFFormValue.cpp524 m_unit->GetSymbolFileDWARF().DebugInfo().GetUnitContainingDIEOffset( in ReferencedUnitAndOffset()
525 DIERef::Section::DebugInfo, value); in ReferencedUnitAndOffset()
536 m_unit->GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash(value); in ReferencedUnitAndOffset()
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 DDebugNamesDWARFIndex.h66 : DWARFIndex(module), m_debug_info(dwarf.DebugInfo()), in DebugNamesDWARFIndex()
H A DDebugNamesDWARFIndex.cpp62 m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, *unit_offset); in ToDIERef()
69 DIERef::Section::DebugInfo, cu->GetOffset() + *die_offset); in ToDIERef()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DPDB.h17 union DebugInfo;
28 llvm::codeview::DebugInfo *buildId);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp19 .Case(getSectionName(DebugSectionKind::DebugInfo), in parseDebugTableName()
20 DebugSectionKind::DebugInfo) in parseDebugTableName()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.txt33 llvm-project/llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp
34 llvm-project/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp
37 llvm-project/llvm/test/DebugInfo/LogicalView/CodeViewReader.test
38 llvm-project/llvm/test/DebugInfo/LogicalView/ELFReader.test
133 from 'lib/DebugInfo/CodeView/SymbolDumper.cpp' that can be used.
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp39 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in TypeUnit()
50 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in createDIETree()
133 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in prepareDataForTreeCreation()
349 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in finishCloningAndEmit()
H A DDWARFLinkerUnit.cpp101 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitDebugInfo()
188 &getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo)}); in emitPubAcceleratorEntry()
H A DDWARFLinkerImpl.cpp892 if (std::optional<SectionDescriptor *> DebugInfo = in printStatistic() local
893 CU->tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) in printStatistic()
894 AllDebugInfoSectionsSize += (*DebugInfo)->getContents().size(); in printStatistic()
1228 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1234 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1240 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1246 CU->getSectionDescriptor(DebugSectionKind::DebugInfo).StartOffset + in emitAppleAcceleratorSections()
1373 CU->getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo) in emitDWARFv5DebugNamesSection()
H A DDWARFLinkerCompileUnit.cpp37 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
49 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
334 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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.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-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCVDebugRecord.h45 union DebugInfo { union
/freebsd-14.2/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-14.2/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()
637 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h28 DebugInfo = 0, enumerator

123