Searched refs:MCDwarfFiles (Results 1 – 2 of 2) sorted by relevance
383 for (unsigned i = 1; i < MCDwarfFiles.size(); i++) { in emitV2FileDirTables()384 assert(!MCDwarfFiles[i].Name.empty()); in emitV2FileDirTables()385 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables()387 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()482 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()485 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()487 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()489 for (unsigned i = 1; i < MCDwarfFiles.size(); ++i) in emitV5FileDirTables()490 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasAnySource, LineStr); in emitV5FileDirTables()605 if (MCDwarfFiles.empty()) { in tryGetFile()[all …]
264 SmallVector<MCDwarfFile, 3> MCDwarfFiles; member297 return MCDwarfFiles.empty() || (HasAllMD5 == HasAnyMD5); in isMD5UsageConsistent()314 MCDwarfFiles.clear(); in resetFileTable()419 return Header.MCDwarfFiles; in getMCDwarfFiles()423 return Header.MCDwarfFiles; in getMCDwarfFiles()