Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h443 struct StabsEntry { struct
450 StabsEntry() = default; argument
451 explicit StabsEntry(uint8_t type) : type(type) {} in StabsEntry() argument
481 std::vector<StabsEntry> stabs;
H A DSyntheticSections.cpp1106 StabsEntry stab(N_SO); in emitBeginSourceStab()
1112 StabsEntry stab(N_SO); in emitEndSourceStab()
1118 StabsEntry stab(N_OSO); in emitObjectFileStab()
1139 StabsEntry stab(N_FUN); in emitEndFunStab()
1149 StabsEntry astStab(N_AST); in emitStabs()
1205 StabsEntry symStab; in emitStabs()
1324 for (const StabsEntry &entry : stabs) { in writeTo()