Searched refs:getMCDwarfFiles (Results 1 – 6 of 6) sorted by relevance
421 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {422 return getMCDwarfLineTable(CUID).getMCDwarfFiles();430 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
424 const SmallVectorImpl<MCDwarfFile>& MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
839 unsigned NumFiles = Table.getMCDwarfFiles().size(); in EmitDwarfFileDirective()843 if (NumFiles == Table.getMCDwarfFiles().size()) in EmitDwarfFileDirective()
724 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
651 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()