HomeSort by: relevance | last modified time | path
    Searched refs:RelocatableSec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 598 StringRef RelocatableSec; /* Info */
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 1233 if (!Section.RelocatableSec.empty())
1234 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name);
ELFYAML.cpp 1341 IO.mapOptional("Info", Section.RelocatableSec, StringRef());
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 796 S.RelocatableSec = NameOrErr.get();

Completed in 17 milliseconds