/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 285 encodeSLEB128(Data, OS); in writeBindOpcodes() 296 encodeSLEB128(Entry.TerminalSize, OS); in dumpExportEntry() 298 encodeSLEB128(Entry.Flags, OS); in dumpExportEntry() 300 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 304 encodeSLEB128(Entry.Address, OS); in dumpExportEntry() 306 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 313 encodeSLEB128(EE.NodeOffset, OS); in dumpExportEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 334 encodeSLEB128(Data, OS); in writeBindOpcodes() 345 encodeSLEB128(Entry.TerminalSize, OS); in dumpExportEntry() 347 encodeSLEB128(Entry.Flags, OS); in dumpExportEntry() 349 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 353 encodeSLEB128(Entry.Address, OS); in dumpExportEntry() 355 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 362 encodeSLEB128(EE.NodeOffset, OS); in dumpExportEntry()
|
D | DWARFEmitter.cpp | 87 encodeSLEB128(Attr.Value, OS); in EmitDebugAbbrev() 179 encodeSLEB128(S, OS); in onValue() 278 encodeSLEB128(Op.SData, OS); in EmitDebugLine()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 392 encodeSLEB128(Data, OS); in writeBindOpcodes() 403 encodeSLEB128(Entry.TerminalSize, OS); in dumpExportEntry() 405 encodeSLEB128(Entry.Flags, OS); in dumpExportEntry() 407 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 411 encodeSLEB128(Entry.Address, OS); in dumpExportEntry() 413 encodeSLEB128(Entry.Other, OS); in dumpExportEntry() 420 encodeSLEB128(EE.NodeOffset, OS); in dumpExportEntry()
|
D | DWARFEmitter.cpp | 117 encodeSLEB128(Attr.Value, OS); in getAbbrevTableContentByIndex() 376 encodeSLEB128(FormVal->Value, OS); in writeDIE() 540 encodeSLEB128(Op.SData, OS); in writeLineTableOpcode() 734 encodeSLEB128(Operation.Values[0], OS); in writeDWARFExpression()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | LEB128.h | 23 inline unsigned encodeSLEB128(int64_t Value, raw_ostream &OS, 52 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LEB128.h | 23 inline unsigned encodeSLEB128(int64_t Value, raw_ostream &OS, 52 inline unsigned encodeSLEB128(int64_t Value, uint8_t *p, unsigned PadTo = 0) {
|
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 100 encodeSLEB128(int32_t(MO.getImm()), OS); in encodeInstruction() 106 encodeSLEB128(int64_t(MO.getImm()), OS); in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 96 encodeSLEB128(int32_t(MO.getImm()), OS); in encodeInstruction() 102 encodeSLEB128(int64_t(MO.getImm()), OS); in encodeInstruction()
|
/external/llvm-project/lld/wasm/ |
D | InputChunks.cpp | 165 encodeSLEB128(static_cast<int32_t>(value), loc, 5); in writeTo() 170 encodeSLEB128(static_cast<int64_t>(value), loc, 10); in writeTo() 241 return encodeSLEB128(static_cast<int64_t>(value), buf); in writeCompressedReloc()
|
D | WriterUtils.cpp | 81 encodeSLEB128(number, os); in writeSleb128()
|
/external/llvm-project/llvm/unittests/Support/ |
D | LEB128Test.cpp | 26 encodeSLEB128(VALUE, Stream, PAD); \ in TEST() 32 unsigned Size = encodeSLEB128(VALUE, Buffer, PAD); \ in TEST()
|
/external/llvm/include/llvm/Support/ |
D | LEB128.h | 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) { in encodeSLEB128() function
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | FileWriter.cpp | 22 auto Length = encodeSLEB128(S, Bytes); in writeSLEB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FileWriter.cpp | 22 auto Length = encodeSLEB128(S, Bytes); in writeSLEB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 43 unsigned Size = encodeSLEB128(Value, &EncodedBytes[0]); in writeSLEB128()
|
/external/llvm-project/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 43 unsigned Size = encodeSLEB128(Value, &EncodedBytes[0]); in writeSLEB128()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 96 encodeSLEB128(DWord, OSE); in EmitSLEB128()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 95 unsigned Length = encodeSLEB128(DWord, OSE); in EmitSLEB128()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 98 unsigned Length = encodeSLEB128(DWord, OSE); in emitSLEB128()
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 80 encodeSLEB128(Value, OS); in createSLEBFormValue()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryUtils.h | 45 llvm::encodeSLEB128(value, _ostream); in append_sleb128()
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 158 unsigned SizeLen = encodeSLEB128(X, Buffer, W); in writePatchableSLEB() 837 encodeSLEB128(0, W->OS); in writeGlobalSection() 840 encodeSLEB128(0, W->OS); in writeGlobalSection() 907 encodeSLEB128(InitialTableOffset, W->OS); in writeElemSection() 973 encodeSLEB128(Segment.Offset, W->OS); // offset in writeDataSection() 1022 encodeSLEB128(RelEntry.Addend, W->OS); in writeRelocSection()
|
/external/llvm/unittests/Support/ |
D | LEB128Test.cpp | 26 encodeSLEB128(VALUE, Stream); \ in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 200 unsigned SizeLen = encodeSLEB128(X, Buffer, 5); in writePatchableSLEB() 802 encodeSLEB128(InitialTableOffset, W.OS); in writeElemSection() 868 encodeSLEB128(Segment.Offset, W.OS); // offset in writeDataSection() 916 encodeSLEB128(RelEntry.Addend, W.OS); in writeRelocSection()
|