Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp403 if (member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
405 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) { in writeSectionContent()
407 << member.sectionNameOrType << "' at YAML section' " in writeSectionContent()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp308 s.sectionNameOrType = "GRP_COMDAT"; in dumpGroup()
314 s.sectionNameOrType = *sectionName; in dumpGroup()
/external/llvm/include/llvm/Object/
DELFYAML.h77 StringRef sectionNameOrType; member
/external/llvm/lib/Object/
DELFYAML.cpp531 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()