/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 149 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()
|
D | ELFObjectWriter.cpp | 1165 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/ |
D | WinCOFFObjectWriter.cpp | 154 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()
|
D | ELFObjectWriter.cpp | 1169 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/ |
D | ELFYAML.h | 351 struct AddrsigSection : Section { struct 356 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 409 struct AddrsigSection : Section { struct 412 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1121 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()
|
D | ELFEmitter.cpp | 199 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/ |
D | COFFDumper.cpp | 1926 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/ |
D | elf2yaml.cpp | 77 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/ |
D | ELFYAML.cpp | 1240 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()
|
D | ELFEmitter.cpp | 282 const ELFYAML::AddrsigSection &Section, 762 } else if (auto S = dyn_cast<ELFYAML::AddrsigSection>(Sec)) { in initSectionHeaders() 1633 const ELFYAML::AddrsigSection &Section, in writeSectionContent()
|