Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp180 class WasmObjectWriter : public MCObjectWriter { class
435 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
713 void WasmObjectWriter::applyRelocations( in applyRelocations()
770 void WasmObjectWriter::writeTypeSection( in writeTypeSection()
941 void WasmObjectWriter::writeElemSection( in writeElemSection()
981 void WasmObjectWriter::writeDataCountSection() { in writeDataCountSection()
1052 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
1092 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
1099 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1276 void WasmObjectWriter::prepareImports( in prepareImports()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile822 SRCS_MIN+= MC/WasmObjectWriter.cpp