Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h804 struct GdbSymbol { struct
805 llvm::CachedHashStringRef name;
806 SmallVector<uint32_t, 0> cuVector;
807 uint32_t nameOff;
808 uint32_t cuVectorOff;
H A DSyntheticSections.cpp2768 using GdbSymbol = GdbIndexSection::GdbSymbol; in createSymbols() typedef