Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp207 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits; member in __anon2660ec280311::Dwarf5AccelTableWriter
237 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits,
474 for (const auto &TU : enumerate(TypeUnits)) { in emitTUList()
601 ArrayRef<std::variant<MCSymbol *, uint64_t>> TypeUnits, in Dwarf5AccelTableWriter() argument
607 Header(CompUnits.size(), IsSplitDwarf ? 0 : TypeUnits.size(), in Dwarf5AccelTableWriter()
608 IsSplitDwarf ? TypeUnits.size() : 0, Contents.getBucketCount(), in Dwarf5AccelTableWriter()
610 CompUnits(CompUnits), TypeUnits(TypeUnits), in Dwarf5AccelTableWriter()
648 std::vector<std::variant<MCSymbol *, uint64_t>> TypeUnits; in emitDWARF5AccelTable() local
671 TypeUnits.push_back(std::get<uint64_t>(TU.LabelOrSignature)); in emitDWARF5AccelTable()
673 TypeUnits.push_back(std::get<MCSymbol *>(TU.LabelOrSignature)); in emitDWARF5AccelTable()
[all …]