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.cpp199 class WasmObjectWriter : public MCObjectWriter { class
483 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
768 void WasmObjectWriter::applyRelocations( in applyRelocations()
826 void WasmObjectWriter::writeTypeSection( in writeTypeSection()
1001 void WasmObjectWriter::writeElemSection( in writeElemSection()
1041 void WasmObjectWriter::writeDataCountSection() { in writeDataCountSection()
1109 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
1149 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
1156 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1333 void WasmObjectWriter::prepareImports( in prepareImports()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile952 SRCS_MIN+= MC/WasmObjectWriter.cpp