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

/external/llvm/include/llvm/MC/
H A DMCContext.h331 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) { function in class:llvm::MCContext
332 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
340 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel())
H A DMCDwarf.h242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { function in class:llvm::MCDwarfLineTable
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { function in class:llvm::MCDwarfLineTable
/external/llvm/lib/MC/
H A DMCContext.cpp337 const SmallVectorImpl<MCDwarfFile>& MCDwarfFiles = getMCDwarfFiles(CUID);
H A DMCAsmStreamer.cpp834 unsigned NumFiles = Table.getMCDwarfFiles().size();
838 if (NumFiles == Table.getMCDwarfFiles().size())
H A DMCDwarf.cpp724 MCOS->getContext().getMCDwarfFiles();
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp663 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) {

Completed in 1202 milliseconds