Searched refs:TypeUnits (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 214 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits; member in __anon5311ae9e0311::Dwarf5AccelTableWriter 244 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits, 506 for (const auto &TU : enumerate(TypeUnits)) { in emitTUList() 639 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits, in Dwarf5AccelTableWriter() argument 645 Header(CompUnits.size(), IsSplitDwarf ? 0 : TypeUnits.size(), in Dwarf5AccelTableWriter() 648 CompUnits(CompUnits), TypeUnits(TypeUnits), in Dwarf5AccelTableWriter() 686 std::vector<std::variant<MCSymbol *, uint64_t>> TypeUnits; in emitDWARF5AccelTable() local 709 TypeUnits.push_back(std::get<uint64_t>(TU.LabelOrSignature)); in emitDWARF5AccelTable() 711 TypeUnits.push_back(std::get<MCSymbol *>(TU.LabelOrSignature)); in emitDWARF5AccelTable() 726 Asm, Contents, CompUnits, TypeUnits, in emitDWARF5AccelTable() [all …]
|