Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp418 if (member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
420 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) { in writeSectionContent()
422 << member.sectionNameOrType << "' at YAML section' " in writeSectionContent()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp384 s.sectionNameOrType = "GRP_COMDAT"; in dumpGroup()
392 s.sectionNameOrType = *sectionName; in dumpGroup()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h84 StringRef sectionNameOrType; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h116 StringRef sectionNameOrType; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h117 StringRef sectionNameOrType; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp896 if (Member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
899 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
DELFYAML.cpp1149 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp707 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1297 if (Member.sectionNameOrType == "GRP_COMDAT") in writeSectionContent()
1300 SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name); in writeSectionContent()
DELFYAML.cpp1270 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()