Searched refs:writeSectionContent (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A 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::TagSection &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 …]
|
H A D | ELFEmitter.cpp | 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, 266 void writeSectionContent(Elf_Shdr &SHeader, 269 void writeSectionContent(Elf_Shdr &SHeader, 272 void writeSectionContent(Elf_Shdr &SHeader, 275 void writeSectionContent(Elf_Shdr &SHeader, 278 void writeSectionContent(Elf_Shdr &SHeader, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 449 Offset = writeSectionContent(Buffer, Offset); 489 size_t writeSectionContent(MutableArrayRef<char> Buf, size_t Offset) {
|