Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h408 struct StabsEntry { struct
415 StabsEntry() = default; argument
416 explicit StabsEntry(uint8_t type) : type(type) {} in StabsEntry() argument
446 std::vector<StabsEntry> stabs;
H A DSyntheticSections.cpp831 StabsEntry stab(N_SO); in emitBeginSourceStab()
844 StabsEntry stab(N_SO); in emitEndSourceStab()
850 StabsEntry stab(N_OSO); in emitObjectFileStab()
868 StabsEntry stab(N_FUN); in emitEndFunStab()
875 StabsEntry astStab(N_AST); in emitStabs()
918 StabsEntry symStab; in emitStabs()
1011 for (const StabsEntry &entry : stabs) { in writeTo()