Home
last modified time | relevance | path

Searched refs:getMCDwarfFiles (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h534 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
535 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
544 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
H A DMCDwarf.h343 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function
347 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp589 if (FileNumber >= LineTable.getMCDwarfFiles().size()) in isValidDwarfFileNumber()
592 return !LineTable.getMCDwarfFiles()[FileNumber].Name.empty(); in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1193 unsigned NumFiles = Table.getMCDwarfFiles().size(); in tryEmitDwarfFileDirective()
1199 if (NumFiles == Table.getMCDwarfFiles().size()) in tryEmitDwarfFileDirective()
H A DMCDwarf.cpp1011 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp917 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()