Home
last modified time | relevance | path

Searched refs:CompUnits (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp220 ArrayRef<MCSymbol *> CompUnits; member in __anon1b4e4a6d0311::Dwarf5AccelTableWriter
243 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() argument
524 CompUnits(CompUnits), getCUIndexForEntry(std::move(getCUIndexForEntry)) { in Dwarf5AccelTableWriter()
556 std::vector<MCSymbol *> CompUnits; in emitDWARF5AccelTable() local
567 CompUnits.push_back(MainCU->getLabelBegin()); in emitDWARF5AccelTable()
570 if (CompUnits.empty()) in emitDWARF5AccelTable()
[all …]