Searched refs:encodeSLEB128 (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h23 inline unsigned encodeSLEB128(int64_t Value, raw_ostream &OS, function in namespace:llvm
52 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp21 auto Length = encodeSLEB128(S, Bytes);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp43 unsigned Size = encodeSLEB128(Value, &EncodedBytes[0]);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp105 encodeSLEB128(int32_t(MO.getImm()), OS);
111 encodeSLEB128(int64_t(MO.getImm()), OS);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h112 unsigned Length = encodeSLEB128(DWord, OSE);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp84 encodeSLEB128(AttrData.getValue(), AbbrevSection.OS);
H A DDebugLineSectionEmitter.h387 encodeSLEB128(LineDelta, Section.OS);
H A DOutputSections.cpp297 uint8_t RealSize = encodeSLEB128(Val, SLEB, DestSize);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp117 encodeSLEB128(Attr.Value, OS);
376 encodeSLEB128(FormVal->Value, OS);
540 encodeSLEB128(Op.SData, OS);
734 encodeSLEB128(Operation.Values[0], OS);
H A DWasmEmitter.cpp139 encodeSLEB128(InitExpr.Inst.Value.Int32, OS);
142 encodeSLEB128(InitExpr.Inst.Value.Int64, OS);
591 encodeSLEB128(Reloc.Addend, OS);
H A DMachOEmitter.cpp437 encodeSLEB128(Data, OS);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp155 unsigned SizeLen = encodeSLEB128(Value, Buffer, W);
402 encodeSLEB128(Str.size(), W->OS, StrSizeLength + Paddings);
942 encodeSLEB128(0, W->OS);
945 encodeSLEB128(0, W->OS);
1024 encodeSLEB128(InitialTableOffset, W->OS);
1094 encodeSLEB128(Segment.Offset, W->OS); // offset
1143 encodeSLEB128(RelEntry.Addend, W->OS);
H A DMCAssembler.cpp1049 encodeSLEB128(Value, OSE, PadTo);
1192 encodeSLEB128(AddrDelta, OSE, OldSize);
H A DMCDwarf.cpp720 Out.append(Buf, Buf + encodeSLEB128(LineDelta, Buf));
H A DMCStreamer.cpp175 encodeSLEB128(Value, OSE);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp51 return llvm::encodeSLEB128(sval, m_forwarder);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp332 encodeSLEB128(LineDelta, OS);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp435 Expr.append(buffer, buffer + encodeSLEB128(FixedOffset, buffer));
441 Expr.append(buffer, buffer + encodeSLEB128(ScalableOffset, buffer));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp232 encodeSLEB128(LineDelta, OS);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp520 CfaExpr.append(buffer, buffer + encodeSLEB128(Offset, buffer));
545 CfaExpr.append(buffer, buffer + encodeSLEB128(Offset, buffer));
550 DefCfaExpr.append(buffer, buffer + encodeSLEB128(CfaExpr.size(), buffer));
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp528 encodeSLEB128(static_cast<int64_t>(op.data), os);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1802 auto add = [&](int64_t v) { encodeSLEB128(v, os); };
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5168 Expr.append(buffer, buffer + encodeSLEB128(NumBytes, buffer));
5175 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer));

Completed in 502 milliseconds