Home
last modified time | relevance | path

Searched refs:LEB128 (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/docs/
DCoverageMappingFormat.rst342 * The string contains values that are encoded in the LEB128 format, which is
418 ``[numFilenames : LEB128, filename0 : string, filename1 : string, ...]``
430 LEB128 subsection
433 LEB128 is an unsigned integer value that is encoded using DWARF's LEB128
442 ``[length : LEB128, characters...]`` argument
452 ``[numIndices : LEB128, filenameIndex0 : LEB128, filenameIndex1 : LEB128, ...]``
460 ``[value : LEB128]``
501 ``[numExpressions : LEB128, expr0LHS : LEB128, expr0RHS : LEB128, expr1LHS : LEB128, expr1RHS : LEB…
513 ``[numRegionArrays : LEB128, regionsForFile0, regionsForFile1, ...]``
525 ``[numRegions : LEB128, region0, region1, ...]``
[all …]
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc1416 section.LEB128(0); in TEST_F()
1422 section.LEB128(0x3f); in TEST_F()
1428 section.LEB128(0x40); in TEST_F()
1434 section.LEB128(0x7f); in TEST_F()
1440 section.LEB128(0x80); in TEST_F()
1446 section.LEB128(0xff); in TEST_F()
1452 section.LEB128(0x1fff); in TEST_F()
1458 section.LEB128(0x2000); in TEST_F()
1464 section.LEB128(-1); in TEST_F()
1470 section.LEB128(-0x40); in TEST_F()
[all …]
Dtest_assembler.h386 Section &LEB128(long long value);
Dtest_assembler.cc303 Section &Section::LEB128(long long value) { in LEB128() function in google_breakpad::test_assembler::Section
/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.cc73 LEB128(data_alignment_factor); in CIEHeader()
173 LEB128(address); in EncodedPointer()
Dcfi_assembler.h212 CFISection &LEB128(long long v) { Section::LEB128(v); return *this; } in LEB128() function
Ddwarf2reader_cfi_unittest.cc967 .D8(dwarf2reader::DW_CFA_def_cfa_sf).ULEB128(0x8ccb32b7).LEB128(0x9ea) in TEST_F()
968 .D8(dwarf2reader::DW_CFA_def_cfa_sf).ULEB128(0x9b40f5da).LEB128(-0x40a2) in TEST_F()
1038 .D8(dwarf2reader::DW_CFA_def_cfa_offset_sf).LEB128(0x970) in TEST_F()
1039 .D8(dwarf2reader::DW_CFA_def_cfa_offset_sf).LEB128(-0x2cd) in TEST_F()
1151 .ULEB128(0x997c23ee).LEB128(0x2d00) in TEST_F()
1153 .ULEB128(0x9519eb82).LEB128(-0xa77) in TEST_F()
1189 .D8(dwarf2reader::DW_CFA_val_offset_sf).ULEB128(0x6f4f).LEB128(0xaab) in TEST_F()
1190 .D8(dwarf2reader::DW_CFA_val_offset_sf).ULEB128(0x2483).LEB128(-0x8a2) in TEST_F()
Dbytereader_unittest.cc73 .LEB128(-0x4f337badf4483f83LL) in TEST_F()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp101 TEST(DataExtractorTest, LEB128) { in TEST() argument
/external/llvm/lib/Support/
DCMakeLists.txt64 LEB128.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCMakeLists.txt108 LEB128.cpp
/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch442 + OS << "#include \"../../LEB128.h\"\n";
/external/capstone/
DCMakeLists.txt92 LEB128.h
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc13 #include "../../LEB128.h"
/external/capstone/xcode/Capstone.xcodeproj/
Dproject.pbxproj486 …B219DDCE1E00EF8EA9 /* LEB128.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; n…
703 DCFE24B219DDCE1E00EF8EA9 /* LEB128.h */,
/external/capstone/arch/TMS320C64x/
DTMS320C64xGenDisassemblerTables.inc10 #include "../../LEB128.h"
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp601 "llvm/lib/Support/LEB128.cpp",
DBUILD.gn904 "llvm/lib/Support/LEB128.cpp",
DCMakeLists.txt603 ${LLVM_DIR}/lib/Support/LEB128.cpp
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc13 #include "../../LEB128.h"
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
DRISCVGenDisassemblerTables.inc12 #include "llvm/Support/LEB128.h"
/external/elfutils/src/
DChangeLog3452 * readelf.c (print_ops): Use 64-bit types for LEB128 operands.
3739 (still need to fix LEB128).
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc13 #include "../../LEB128.h"
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc13 #include "../../LEB128.h"
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDisassemblerTables.inc12 #include "llvm/Support/LEB128.h"

12