Searched refs:CompUnits (Results 1 – 1 of 1) sorted by relevance
220 ArrayRef<MCSymbol *> CompUnits; member in __anon1b4e4a6d0311::Dwarf5AccelTableWriter243 ArrayRef<MCSymbol *> CompUnits,417 if (CompUnits.size() > 1) { in getUniformAttributes()418 size_t LargestCUIndex = CompUnits.size() - 1; in getUniformAttributes()428 for (const auto &CU : enumerate(CompUnits)) { in emitCUList()519 ArrayRef<MCSymbol *> CompUnits, in Dwarf5AccelTableWriter() argument524 CompUnits(CompUnits), getCUIndexForEntry(std::move(getCUIndexForEntry)) { in Dwarf5AccelTableWriter()556 std::vector<MCSymbol *> CompUnits; in emitDWARF5AccelTable() local567 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()570 if (CompUnits.empty()) in emitDWARF5AccelTable()[all …]