Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp198 class WasmObjectWriter : public MCObjectWriter { class
258 ~WasmObjectWriter() override;
333 WasmObjectWriter::~WasmObjectWriter() {} in ~WasmObjectWriter()
414 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
675 void WasmObjectWriter::applyRelocations( in applyRelocations()
792 void WasmObjectWriter::writeGlobalSection() { in writeGlobalSection()
897 void WasmObjectWriter::writeDataSection() { in writeDataSection()
923 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
964 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
971 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
[all …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile698 SRCS_MIN+= MC/WasmObjectWriter.cpp