Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h595 StringRef RelocatableSec; /* Info */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1274 if (!Section.RelocatableSec.empty()) in writeSectionContent()
1275 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1345 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()