Searched refs:getMCDwarfFiles (Results 1 – 6 of 6) sorted by relevance
534 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {535 return getMCDwarfLineTable(CUID).getMCDwarfFiles();544 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
343 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function347 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
589 if (FileNumber >= LineTable.getMCDwarfFiles().size()) in isValidDwarfFileNumber()592 return !LineTable.getMCDwarfFiles()[FileNumber].Name.empty(); in isValidDwarfFileNumber()
1193 unsigned NumFiles = Table.getMCDwarfFiles().size(); in tryEmitDwarfFileDirective()1199 if (NumFiles == Table.getMCDwarfFiles().size()) in tryEmitDwarfFileDirective()
1011 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
917 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()