HomeSort by relevance Sort by last modified time
    Searched refs:sectionNameOrType (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 418 if (member.sectionNameOrType == "GRP_COMDAT")
420 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) {
422 << member.sectionNameOrType << "' at YAML section' "
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 381 s.sectionNameOrType = "GRP_COMDAT";
389 s.sectionNameOrType = *sectionName;
  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 84 StringRef sectionNameOrType;
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 707 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType);

Completed in 103 milliseconds