Searched refs:getMCDwarfFiles (Results 1 – 6 of 6) sorted by relevance
435 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {436 return getMCDwarfLineTable(CUID).getMCDwarfFiles();444 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
261 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function265 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
463 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
885 unsigned NumFiles = Table.getMCDwarfFiles().size(); in EmitDwarfFileDirective()889 if (NumFiles == Table.getMCDwarfFiles().size()) in EmitDwarfFileDirective()
723 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
674 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()