Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h84 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp212 CodeViewYAML::initializeStringsAndChecksums(S.DebugS, in layoutCOFF()
228 toDebugS(S.DebugS, CP.StringsAndChecksums, CP.Allocator); in layoutCOFF()
H A DCOFFYAML.cpp677 IO.mapOptional("Subsections", Sec.DebugS); in mapping()