Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp146 void writePatchableLEB(raw_pwrite_stream &Stream, uint64_t X, uint64_t Offset) { in writePatchableLEB() function
397 writePatchableLEB<5>(static_cast<raw_pwrite_stream &>(W->OS), Size, in endSection()
722 writePatchableLEB<5>(Stream, Value, Offset); in applyRelocations()
725 writePatchableLEB<10>(Stream, Value, Offset); in applyRelocations()