Home
last modified time | relevance | path

Searched refs:StabsEntry (Results 1 – 2 of 2) 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
496 std::vector<StabsEntry> stabs;
H A DSyntheticSections.cpp1169 StabsEntry stab(N_SO); in emitBeginSourceStab()
1175 StabsEntry stab(N_SO); in emitEndSourceStab()
1181 StabsEntry stab(N_OSO); in emitObjectFileStab()
1202 StabsEntry stab(N_FUN); in emitEndFunStab()
1212 StabsEntry astStab(N_AST); in emitStabs()
1273 StabsEntry symStab; in emitStabs()
1392 for (const StabsEntry &entry : stabs) { in writeTo()