Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1092 StabsEntry stab(N_SO); in emitBeginSourceStab()
1098 StabsEntry stab(N_SO); in emitEndSourceStab()
1104 StabsEntry stab(N_OSO); in emitObjectFileStab()
1125 StabsEntry stab(N_FUN); in emitEndFunStab()
1135 StabsEntry astStab(N_AST); in emitStabs()
1191 StabsEntry symStab; in emitStabs()
1310 for (const StabsEntry &entry : stabs) { in writeTo()