Searched refs:DebugS (Results 1 – 3 of 3) sorted by relevance
74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS; member
268 void handleDebugS(lld::coff::SectionChunk &DebugS);1177 void DebugSHandler::handleDebugS(lld::coff::SectionChunk &DebugS) { in handleDebugS() argument1181 relocateDebugChunk(Linker.Alloc, DebugS), DebugS.getSectionName()); in handleDebugS()
571 IO.mapOptional("Subsections", Sec.DebugS); in mapping()