Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h613 StringRef RelocatableSec; /* Info */ member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1275 if (!Section.RelocatableSec.empty()) in writeSectionContent()
1276 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1449 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()