Home
last modified time | relevance | path

Searched defs:GdbChunk (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h948 struct GdbChunk { struct
949 InputSection *sec;
950 SmallVector<AddressEntry, 0> addressAreas;
951 SmallVector<CuEntry, 0> compilationUnits;
H A DSyntheticSections.cpp3412 const SmallVector<GdbIndexSection::GdbChunk, 0> &chunks) { in createSymbols()