Searched refs:CUDie (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp33 if (DWARFDie CUDie = getUnitDIE(false))
34 CUDie.dump(OS, 0, DumpOpts);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp231 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); local
234 resolveRelativeObjectPath(ResolvedPath, CUDie);
1594 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); local
1595 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list));
1934 static uint64_t getDwoId(const DWARFDie &CUDie, const DWARFUnit &Unit) { argument
1936 CUDie.find({dwarf::DW_AT_dwo_id, dwarf::DW_AT_GNU_dwo_id}));
1955 DWARFDie CUDie, const DWARFUnit &Unit, const DwarfFile &File,
1960 CUDie.find({dwarf::DW_AT_dwo_name, dwarf::DW_AT_GNU_dwo_name}), "");
1967 uint64_t DwoId = getDwoId(CUDie, Unit);
1969 std::string Name = dwarf::toString(CUDie
1954 registerModuleReference( DWARFDie CUDie, const DWARFUnit &Unit, const DwarfFile &File, OffsetsStringPool &StringPool, UniquingStringPool &UniquingStringPool, DeclContextTree &ODRContexts, uint64_t ModulesEndOffset, unsigned &UnitID, bool IsLittleEndian, unsigned Indent, bool Quiet) argument
2012 loadClangModule( DWARFDie CUDie, StringRef Filename, StringRef ModuleName, uint64_t DwoId, const DwarfFile &File, OffsetsStringPool &StringPool, UniquingStringPool &UniquingStringPool, DeclContextTree &ODRContexts, uint64_t ModulesEndOffset, unsigned &UnitID, bool IsLittleEndian, unsigned Indent, bool Quiet) argument
2038 auto CUDie = CU->getUnitDIE(false); local
2350 auto CUDie = CU->getUnitDIE(false); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h85 auto CUDie = OrigUnit.getUnitDIE(false); local
86 if (!CUDie) {
90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language)))
H A DDWARFLinker.h462 bool registerModuleReference(DWARFDie CUDie, const DWARFUnit &Unit,
474 Error loadClangModule(DWARFDie CUDie, StringRef FilePath,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp532 if (DWARFDie CUDie = CU->getNonSkeletonUnitDIE(false))
533 collectStatsRecursive(CUDie, "/", "g", 0, 0, Statistics, GlobalStats,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp578 const DIE *CUDie = Entry.getDie().getUnitDie();
579 return CUIndex[DD.lookupCU(CUDie)->getUniqueID()];

Completed in 252 milliseconds