Home
last modified time | relevance | path

Searched defs:writeSections (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp303 void COFFWriter::writeSections() { in writeSections() function in llvm::objcopy::coff::COFFWriter
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp248 void MachOWriter::writeSections() { in writeSections() function in llvm::objcopy::macho::MachOWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp357 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections() function in __anon3c42fc7d0111::XCOFFObjectWriter
/external/llvm-project/lld/MachO/
DWriter.cpp657 void Writer::writeSections() { in writeSections() function in Writer
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp247 std::error_code SampleProfileWriterExtBinary::writeSections( in writeSections() function in SampleProfileWriterExtBinary
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp169 std::error_code SampleProfileWriterExtBinary::writeSections( in writeSections() function in SampleProfileWriterExtBinary
/external/llvm-project/lld/wasm/
DWriter.cpp199 void Writer::writeSections() { in writeSections() function in lld::wasm::Writer
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp485 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections() function in __anon4750f1690111::XCOFFObjectWriter
/external/llvm-project/lld/COFF/
DWriter.cpp1841 void Writer::writeSections() { in writeSections() function in Writer
/external/llvm-project/lld/ELF/
DWriter.cpp2940 template <class ELFT> void Writer<ELFT>::writeSections() { in writeSections() function in Writer