Home
last modified time | relevance | path

Searched refs:astStab (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1212 StabsEntry astStab(N_AST); in emitStabs() local
1213 astStab.strx = stringTableSection.addString(s); in emitStabs()
1214 stabs.emplace_back(std::move(astStab)); in emitStabs()