Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h68 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp216 CodeViewYAML::initializeStringsAndChecksums(S.DebugS, in layoutCOFF()
232 toDebugS(S.DebugS, CP.StringsAndChecksums, CP.Allocator); in layoutCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp172 NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC); in dumpSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp570 IO.mapOptional("Subsections", Sec.DebugS); in mapping()