Searched refs:writeSectionContent (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section); 39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section); 40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section); 41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section); 42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section); 43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section); 44 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section); 45 void writeSectionContent(raw_ostream &OS, WasmYAML::EventSection &Section); 46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section); 47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section); [all …]
|
D | ELFEmitter.cpp | 163 void writeSectionContent(Elf_Shdr &SHeader, 166 void writeSectionContent(Elf_Shdr &SHeader, 169 void writeSectionContent(Elf_Shdr &SHeader, 172 void writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group, 174 void writeSectionContent(Elf_Shdr &SHeader, 177 void writeSectionContent(Elf_Shdr &SHeader, 180 void writeSectionContent(Elf_Shdr &SHeader, 183 void writeSectionContent(Elf_Shdr &SHeader, 186 void writeSectionContent(Elf_Shdr &SHeader, 189 void writeSectionContent(Elf_Shdr &SHeader, [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section); 39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section); 40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section); 41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section); 42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section); 43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section); 44 void writeSectionContent(raw_ostream &OS, WasmYAML::EventSection &Section); 45 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section); 46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section); 47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section); [all …]
|
D | ELFEmitter.cpp | 236 void writeSectionContent(Elf_Shdr &SHeader, 239 void writeSectionContent(Elf_Shdr &SHeader, 242 void writeSectionContent(Elf_Shdr &SHeader, 245 void writeSectionContent(Elf_Shdr &SHeader, 248 void writeSectionContent(Elf_Shdr &SHeader, 251 void writeSectionContent(Elf_Shdr &SHeader, 254 void writeSectionContent(Elf_Shdr &SHeader, 257 void writeSectionContent(Elf_Shdr &SHeader, 260 void writeSectionContent(Elf_Shdr &SHeader, 263 void writeSectionContent(Elf_Shdr &SHeader, [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 130 void writeSectionContent(Elf_Shdr &SHeader, 133 bool writeSectionContent(Elf_Shdr &SHeader, 136 bool writeSectionContent(Elf_Shdr &SHeader, const ELFYAML::Group &Group, 138 bool writeSectionContent(Elf_Shdr &SHeader, 217 writeSectionContent(SHeader, *S, CBA); in initSectionHeaders() 233 if (!writeSectionContent(SHeader, *S, CBA)) in initSectionHeaders() 243 if (!writeSectionContent(SHeader, *S, CBA)) in initSectionHeaders() 246 if (!writeSectionContent(SHeader, *S, CBA)) in initSectionHeaders() 342 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() function in ELFState 364 ELFState<ELFT>::writeSectionContent(Elf_Shdr &SHeader, in writeSectionContent() function in ELFState [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryWriter.cpp | 130 void writeSectionContent(); 1020 void MachOFileLayout::writeSectionContent() { in writeSectionContent() function in lld::mach_o::normalized::MachOFileLayout 1544 writeSectionContent(); in writeBinary()
|