Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h411 struct StabsEntry { struct
418 StabsEntry() = default; argument
419 explicit StabsEntry(uint8_t type) : type(type) {} in StabsEntry() function
449 std::vector<StabsEntry> stabs;
H A DSyntheticSections.cpp914 StabsEntry stab(N_SO); in emitBeginSourceStab()
920 StabsEntry stab(N_SO); in emitEndSourceStab()
926 StabsEntry stab(N_OSO); in emitObjectFileStab()
947 StabsEntry stab(N_FUN); in emitEndFunStab()
957 StabsEntry astStab(N_AST); in emitStabs()
1014 StabsEntry symStab; in emitStabs()
1133 for (const StabsEntry &entry : stabs) { in writeTo()