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 435 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
436 return getMCDwarfLineTable(CUID).getMCDwarfFiles();
444 if (!Table.second.getMCDwarfFiles().empty() || Table.second.getLabel())
MCDwarf.h 261 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
265 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {

Completed in 313 milliseconds