Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h458 struct StabsEntry { struct
465 StabsEntry() = default; argument
466 explicit StabsEntry(uint8_t type) : type(type) {} in StabsEntry() argument