HomeSort by relevance Sort by last modified time
    Searched defs:getMCDwarfFiles (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCContext.h 331 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
332 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
340 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel())
MCDwarf.h 242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {

Completed in 424 milliseconds