Home
last modified time | relevance | path

Searched refs:decodeULEB128 (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp234 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpRebaseOpcodes()
243 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpRebaseOpcodes()
281 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpBindOpcodes()
290 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpBindOpcodes()
385 Entry.TerminalSize = decodeULEB128(CurrPtr, &Count); in processExportNode()
388 Entry.Flags = decodeULEB128(CurrPtr, &Count); in processExportNode()
392 Entry.Other = decodeULEB128(CurrPtr, &Count); in processExportNode()
396 Entry.Address = decodeULEB128(CurrPtr, &Count); in processExportNode()
399 Entry.Other = decodeULEB128(CurrPtr, &Count); in processExportNode()
414 Child.NodeOffset = decodeULEB128(CurrPtr, &Count); in processExportNode()
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp361 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpRebaseOpcodes()
371 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpRebaseOpcodes()
409 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpBindOpcodes()
419 ULEB = decodeULEB128(OpCode + 1, &Count); in dumpBindOpcodes()
514 Entry.TerminalSize = decodeULEB128(CurrPtr, &Count); in processExportNode()
517 Entry.Flags = decodeULEB128(CurrPtr, &Count); in processExportNode()
521 Entry.Other = decodeULEB128(CurrPtr, &Count); in processExportNode()
525 Entry.Address = decodeULEB128(CurrPtr, &Count); in processExportNode()
528 Entry.Other = decodeULEB128(CurrPtr, &Count); in processExportNode()
543 Child.NodeOffset = decodeULEB128(CurrPtr, &Count); in processExportNode()
/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch108 unsigned Opc = decodeULEB128(Buffer);
371 + << " Val = (InsnType)decodeULEB128(++Ptr, &Len); \\\n"
383 + << " ExpectedValue = (uint32_t)decodeULEB128(++Ptr, &Len); \\\n"
392 + << " PIdx = (uint32_t)decodeULEB128(++Ptr, &Len); \\\n"
403 + << " Opc = (unsigned)decodeULEB128(++Ptr, &Len); \\\n"
405 + << " DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \\\n"
411 + << " PositiveMask = (InsnType)decodeULEB128(++Ptr, &Len); \\\n"
413 + << " NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \\\n"
/external/llvm-project/lld/MachO/
DExportTrie.cpp270 uint64_t terminalSize = decodeULEB128(buf, &ulebSize); in parse()
275 flags = decodeULEB128(buf, &ulebSize); in parse()
284 offset = decodeULEB128(buf, &ulebSize); in parse()
/external/llvm-project/lld/wasm/
DInputChunks.cpp72 existingValue = decodeULEB128(loc, &bytesRead); in verifyRelocTargets()
75 existingValue = decodeULEB128(loc, &bytesRead); in verifyRelocTargets()
290 decodeULEB128(funcStart, &functionSizeLength); in calculateSize()
331 decodeULEB128(funcStart, &count); in writeTo()
/external/capstone/
DLEB128.h24 static inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n) in decodeULEB128() function
/external/llvm-project/llvm/unittests/Support/
DLEB128Test.cpp110 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \ in TEST()
117 EXPECT_EQ(0u, decodeULEB128(nullptr, nullptr, nullptr)); in TEST()
/external/llvm/include/llvm/Support/
DLEB128.h80 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr) {
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc791 Val = (InsnType)decodeULEB128(++Ptr, &Len); \
803 ExpectedValue = (uint32_t)decodeULEB128(++Ptr, &Len); \
812 PIdx = (uint32_t)decodeULEB128(++Ptr, &Len); \
823 Opc = (unsigned)decodeULEB128(++Ptr, &Len); \
825 DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \
831 PositiveMask = (InsnType)decodeULEB128(++Ptr, &Len); \
833 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
/external/llvm-project/llvm/include/llvm/Support/
DLEB128.h128 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h128 inline uint64_t decodeULEB128(const uint8_t *p, unsigned *n = nullptr,
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp77 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger()
564 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseIndexList()
576 uint64_t Tag = decodeULEB128(Data + Offset, &Length); in ParseAttributeList()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp48 Result = decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N); in readULEB128()
555 decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N); in loadTestingFormat()
563 decodeULEB128(reinterpret_cast<const uint8_t *>(Data.data()), &N); in loadTestingFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp77 uint64_t Value = decodeULEB128(Data + Offset, &DecodeLength); in ParseInteger()
591 uint64_t Value = decodeULEB128(Data + Offset, &DecodeLength); in ParseIndexList()
603 uint64_t Tag = decodeULEB128(Data + Offset, &DecodeLength); in ParseAttributeList()
DBinaryStreamReader.cpp55 Dest = decodeULEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readULEB128()
DDataExtractor.cpp183 uint64_t result = decodeULEB128( in getULEB128()
/external/llvm-project/llvm/lib/Support/
DBinaryStreamReader.cpp55 Dest = decodeULEB128(EncodedBytes.begin(), nullptr, EncodedBytes.end()); in readULEB128()
DDataExtractor.cpp222 return getLEB128(Data, offset_ptr, Err, decodeULEB128); in getULEB128()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp62 Result = decodeULEB128(Data.bytes_begin(), &N); in readULEB128()
631 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
638 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp292 uint64_t Val = decodeULEB128(Data, &NumBytesRead); in readNumber()
951 uint64_t Magic = decodeULEB128(Data); in hasFormat()
958 uint64_t Magic = decodeULEB128(Data); in hasFormat()
965 uint64_t Magic = decodeULEB128(Data); in hasFormat()
/external/llvm/unittests/Support/
DLEB128Test.cpp91 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \ in TEST()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp305 uint64_t Val = decodeULEB128(Data, &NumBytesRead); in readNumber()
1081 uint64_t Magic = decodeULEB128(Data); in hasFormat()
1088 uint64_t Magic = decodeULEB128(Data); in hasFormat()
1095 uint64_t Magic = decodeULEB128(Data); in hasFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp90 : static_cast<int64_t>(decodeULEB128(Bytes.data() + Size, &N, in nextLEB()
/external/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp91 : static_cast<int64_t>(decodeULEB128(Bytes.data() + Size, &N, in nextLEB()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp67 Result = decodeULEB128(Data.bytes_begin(), &N); in readULEB128()
823 uint64_t ProfileNamesSize = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()
830 uint64_t Address = decodeULEB128(Data.bytes_begin(), &N); in loadTestingFormat()

123