Home
last modified time | relevance | path

Searched refs:MCDwarfFiles (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp370 for (unsigned i = 1; i < MCDwarfFiles.size(); i++) { in emitV2FileDirTables()
371 assert(!MCDwarfFiles[i].Name.empty()); in emitV2FileDirTables()
372 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables()
374 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
469 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()
472 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()
474 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()
476 for (unsigned i = 1; i < MCDwarfFiles.size(); ++i) in emitV5FileDirTables()
477 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables()
592 if (MCDwarfFiles.empty()) { in tryGetFile()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h260 SmallVector<MCDwarfFile, 3> MCDwarfFiles; member
292 return MCDwarfFiles.empty() || (HasAllMD5 == HasAnyMD5); in isMD5UsageConsistent()
309 MCDwarfFiles.clear(); in resetFileTable()
414 return Header.MCDwarfFiles; in getMCDwarfFiles()
418 return Header.MCDwarfFiles; in getMCDwarfFiles()