Home
last modified time | relevance | path

Searched refs:WasmObjectWriter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp198 class WasmObjectWriter : public MCObjectWriter { class
261 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon335a907b0111::WasmObjectWriter
265 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon335a907b0111::WasmObjectWriter
366 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
385 void WasmObjectWriter::writeStringWithAlignment(const StringRef Str, in writeStringWithAlignment()
405 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
427 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
447 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
452 void WasmObjectWriter::executePostLayoutBinding(MCAssembler &Asm) { in executePostLayoutBinding()
479 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile958 SRCS_MIN+= MC/WasmObjectWriter.cpp