| /freebsd-14.2/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 126 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 D | Makefile | 509 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 D | SymbolFileDWARFDwo.cpp | 45 DebugInfo().GetUnitAtOffset(DIERef::Section::DebugInfo, in GetDWOCompileUnitForHash() 61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit() 142 return DebugInfo().GetDIE(die_ref); in GetDIE()
|
| H A D | LogChannelDWARF.cpp | 17 {{"info"}, {"log the parsing of .debug_info"}, DWARFLog::DebugInfo}, 27 static Log::Channel g_channel(g_categories, DWARFLog::DebugInfo);
|
| H A D | DIERef.h | 32 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator 47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()
|
| H A D | LogChannelDWARF.h | 18 DebugInfo = Log::ChannelFlag<0>, enumerator
|
| H A D | DIERef.cpp | 23 OS << (ref.section() == DIERef::DebugInfo ? "INFO" : "TYPE"); in format()
|
| H A D | SymbolFileDWARF.cpp | 149 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 D | DWARFFormValue.cpp | 524 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 D | AppleDWARFIndex.cpp | 201 decl_dies.emplace_back(std::nullopt, DIERef::Section::DebugInfo, in GetCompleteObjCClass() 285 DIERef die_ref(std::nullopt, DIERef::Section::DebugInfo, in GetFunctions()
|
| H A D | DWARFDebugAranges.cpp | 44 Log *log = GetLog(DWARFLog::DebugInfo); in extract()
|
| H A D | DebugNamesDWARFIndex.h | 66 : DWARFIndex(module), m_debug_info(dwarf.DebugInfo()), in DebugNamesDWARFIndex()
|
| H A D | DebugNamesDWARFIndex.cpp | 62 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 D | PDB.h | 17 union DebugInfo; 28 llvm::codeview::DebugInfo *buildId);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerBase.cpp | 19 .Case(getSectionName(DebugSectionKind::DebugInfo), in parseDebugTableName() 20 DebugSectionKind::DebugInfo) in parseDebugTableName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.txt | 33 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 D | DWARFLinkerTypeUnit.cpp | 39 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 D | DWARFLinkerUnit.cpp | 101 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitDebugInfo() 188 &getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo)}); in emitPubAcceleratorEntry()
|
| H A D | DWARFLinkerImpl.cpp | 892 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 D | DWARFLinkerCompileUnit.cpp | 37 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 D | PerfSupportPlugin.cpp | 235 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 D | CVDebugRecord.h | 45 union DebugInfo { union
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 270 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 D | Symbolize.cpp | 40 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 D | DWARFLinkerBase.h | 28 DebugInfo = 0, enumerator
|