Home
last modified time | relevance | path

Searched refs:AddrsigSection (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp149 MCSectionCOFF *AddrsigSection; member in __anonf73500da0111::WinCOFFObjectWriter
664 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
667 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()
1036 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
DELFObjectWriter.cpp1165 MCSectionELF *AddrsigSection; in writeObject() local
1167 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1169 addToSectionTable(AddrsigSection); in writeObject()
1193 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/external/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp154 MCSectionCOFF *AddrsigSection; member in __anonaf629e660111::WinCOFFObjectWriter
675 AddrsigSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()
678 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()
1096 auto Frag = new MCDataFragment(AddrsigSection); in writeObject()
DELFObjectWriter.cpp1169 MCSectionELF *AddrsigSection; in writeObject() local
1171 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
1173 addToSectionTable(AddrsigSection); in writeObject()
1197 SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd); in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h351 struct AddrsigSection : Section { struct
356 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h409 struct AddrsigSection : Section { struct
412 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1121 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1266 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1267 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
1353 if (const auto *Sec = dyn_cast<ELFYAML::AddrsigSection>(C.get())) { in validate()
DELFEmitter.cpp199 const ELFYAML::AddrsigSection &Section,
485 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1175 const ELFYAML::AddrsigSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1926 SectionRef AddrsigSection; in printAddrsig() local
1935 AddrsigSection = Sec; in printAddrsig()
1940 if (AddrsigSection == SectionRef()) in printAddrsig()
1944 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents()); in printAddrsig()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp77 Expected<ELFYAML::AddrsigSection *> dumpAddrsigSection(const Elf_Shdr *Shdr);
890 Expected<ELFYAML::AddrsigSection *>
892 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1240 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) { in sectionMapping()
1401 Section.reset(new ELFYAML::AddrsigSection()); in mapping()
1402 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get())); in mapping()
DELFEmitter.cpp282 const ELFYAML::AddrsigSection &Section,
762 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders()
1633 const ELFYAML::AddrsigSection &Section, in writeSectionContent()