Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h954 struct GdbSymbol { struct
955 llvm::CachedHashStringRef name;
956 SmallVector<uint32_t, 0> cuVector;
957 uint32_t nameOff;
958 uint32_t cuVectorOff;
H A DSyntheticSections.cpp3413 using GdbSymbol = GdbIndexSection::GdbSymbol; in createSymbols() typedef