Searched refs:CuEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h734 struct CuEntry { struct in class:lld::elf::final
747 std::vector<CuEntry> compilationUnits;
H A DSyntheticSections.cpp2657 static std::vector<GdbIndexSection::CuEntry> readCuList(DWARFContext &dwarf) {
2658 std::vector<GdbIndexSection::CuEntry> ret;
2699 const std::vector<GdbIndexSection::CuEntry> &cus) {
2716 [&](GdbIndexSection::CuEntry cu) {
2863 for (CuEntry &cu : chunk.compilationUnits) {

Completed in 171 milliseconds