Home
last modified time | relevance | path

Searched refs:DebugS (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS; member
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp268 void handleDebugS(lld::coff::SectionChunk &DebugS);
1177 void DebugSHandler::handleDebugS(lld::coff::SectionChunk &DebugS) { in handleDebugS() argument
1181 relocateDebugChunk(Linker.Alloc, DebugS), DebugS.getSectionName()); in handleDebugS()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp571 IO.mapOptional("Subsections", Sec.DebugS); in mapping()