Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h435 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
436 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
444 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
DMCDwarf.h261 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function
265 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
/external/llvm/lib/MC/
DMCContext.cpp463 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
DMCAsmStreamer.cpp885 unsigned NumFiles = Table.getMCDwarfFiles().size(); in EmitDwarfFileDirective()
889 if (NumFiles == Table.getMCDwarfFiles().size()) in EmitDwarfFileDirective()
DMCDwarf.cpp723 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp674 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()