Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h421 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
422 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
430 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel()) in hasMCLineSections()
DMCDwarf.h242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() function
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles() function
/external/llvm/lib/MC/
DMCContext.cpp424 const SmallVectorImpl<MCDwarfFile>& MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
DMCAsmStreamer.cpp839 unsigned NumFiles = Table.getMCDwarfFiles().size(); in EmitDwarfFileDirective()
843 if (NumFiles == Table.getMCDwarfFiles().size()) in EmitDwarfFileDirective()
DMCDwarf.cpp724 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp651 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()