Searched defs:getMCDwarfFiles (Results 1 - 2 of 2) 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

Completed in 47 milliseconds