Searched refs:CompUnits (Results 1 – 2 of 2) sorted by relevance
216 ArrayRef<MCSymbol *> CompUnits; member in __anon796e91580311::Dwarf5AccelTableWriter238 ArrayRef<MCSymbol *> CompUnits,409 if (CompUnits.size() > 1) { in getUniformAttributes()410 size_t LargestCUIndex = CompUnits.size() - 1; in getUniformAttributes()420 for (const auto &CU : enumerate(CompUnits)) { in emitCUList()511 ArrayRef<MCSymbol *> CompUnits, in Dwarf5AccelTableWriter() argument516 CompUnits(CompUnits), getCUIndexForEntry(std::move(getCUIndexForEntry)) { in Dwarf5AccelTableWriter()548 std::vector<MCSymbol *> CompUnits; in emitDWARF5AccelTable() local559 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()562 if (CompUnits.empty()) in emitDWARF5AccelTable()[all …]
249 std::vector<MCSymbol *> CompUnits; in emitDebugNames() local253 CompUnits.push_back(CU.LabelBegin); in emitDebugNames()260 Asm.get(), Table, CompUnits, in emitDebugNames()