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.cpp197 class WasmObjectWriter : public MCObjectWriter { class
260 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon335a907b0111::WasmObjectWriter
264 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon335a907b0111::WasmObjectWriter
364 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
383 void WasmObjectWriter::writeStringWithAlignment(const StringRef Str, in writeStringWithAlignment()
403 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
425 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
445 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
450 void WasmObjectWriter::executePostLayoutBinding() { in executePostLayoutBinding()
477 void WasmObjectWriter::recordRelocation(const MCFragment &F, in recordRelocation()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1054 SRCS_MIN+= MC/WasmObjectWriter.cpp