Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h435 StringRef RelocatableSec; /* Info */ member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h536 StringRef RelocatableSec; /* Info */ member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp807 if (!Section.RelocatableSec.empty()) in writeSectionContent()
808 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
DELFYAML.cpp1100 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1205 if (!Section.RelocatableSec.empty()) in writeSectionContent()
1206 SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name); in writeSectionContent()
DELFYAML.cpp1220 IO.mapOptional("Info", Section.RelocatableSec, StringRef()); in sectionMapping()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp807 S.RelocatableSec = NameOrErr.get(); in dumpCommonRelocationSection()