Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h598 StringRef RelocatableSec; /* Info */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1233 if (!Section.RelocatableSec.empty()) in writeSectionContent()
1234 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
H A DELFYAML.cpp1341 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp796 S.RelocatableSec = NameOrErr.get(); in dumpCommonRelocationSection()