Searched refs:_stabs (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | DebugInfo.h | 91 : DebugInfo(Kind::Stabs), _stabs(std::move(stabs)) {} in StabsDebugInfo() 97 const StabsList& stabs() const { return _stabs; } in stabs() 100 StabsList _stabs;
|
D | MachONormalizedFileFromAtoms.cpp | 208 std::vector<lld::mach_o::Stab> _stabs; member in __anon2e8aa0f30111::Util 869 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 1, 0, 0, "")); in synthesizeDebugNotes() 885 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newDirPath)); in synthesizeDebugNotes() 886 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newFileName)); in synthesizeDebugNotes() 905 _stabs.push_back(mach_o::Stab(nullptr, N_OSO, _ctx.getCPUSubType(), 1, in synthesizeDebugNotes() 914 _stabs.push_back(mach_o::Stab(atom, N_BNSYM, 1, 0, 0, "")); in synthesizeDebugNotes() 915 _stabs.push_back(mach_o::Stab(atom, N_FUN, 1, 0, 0, atom->name())); in synthesizeDebugNotes() 918 _stabs.push_back(mach_o::Stab(nullptr, N_FUN, 0, 0, in synthesizeDebugNotes() 920 _stabs.push_back(mach_o::Stab(nullptr, N_ENSYM, 1, 0, in synthesizeDebugNotes() 924 _stabs.push_back(mach_o::Stab(atom, N_STSYM, 1, 0, 0, atom->name())); in synthesizeDebugNotes() [all …]
|