Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp41 Error BinaryStreamWriter::writeSLEB128(int64_t Value) { in writeSLEB128() function in BinaryStreamWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h87 Error writeSLEB128(int64_t Value);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp126 unsigned writeSLEB128(int64_t Val) { in writeSLEB128() function in __anone951591a0111::ContiguousBlobAccumulator
1322 CBA.writeSLEB128( in writeSectionContent()
1327 CBA.writeSLEB128(static_cast<int32_t>(Rel.Type - Type)); in writeSectionContent()
1331 CBA.writeSLEB128( in writeSectionContent()