Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h597 StringRef RelocatableSec; /* Info */ member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1273 if (!Section.RelocatableSec.empty()) in writeSectionContent()
1274 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1418 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp836 S.RelocatableSec = NameOrErr.get(); in dumpCommonRelocationSection()