/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 342 * 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/ |
D | test_assembler_unittest.cc | 1416 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 …]
|
D | test_assembler.h | 386 Section &LEB128(long long value);
|
D | test_assembler.cc | 303 Section &Section::LEB128(long long value) { in LEB128() function in google_breakpad::test_assembler::Section
|
/external/google-breakpad/src/common/dwarf/ |
D | cfi_assembler.cc | 73 LEB128(data_alignment_factor); in CIEHeader() 173 LEB128(address); in EncodedPointer()
|
D | cfi_assembler.h | 212 CFISection &LEB128(long long v) { Section::LEB128(v); return *this; } in LEB128() function
|
D | dwarf2reader_cfi_unittest.cc | 967 .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()
|
D | bytereader_unittest.cc | 73 .LEB128(-0x4f337badf4483f83LL) in TEST_F()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 101 TEST(DataExtractorTest, LEB128) { in TEST() argument
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 64 LEB128.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CMakeLists.txt | 108 LEB128.cpp
|
/external/capstone/contrib/sysz_update/ |
D | 0004-capstone-generate-GenDisassemblerTables.inc.patch | 442 + OS << "#include \"../../LEB128.h\"\n";
|
/external/capstone/ |
D | CMakeLists.txt | 92 LEB128.h
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 486 …B219DDCE1E00EF8EA9 /* LEB128.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; n… 703 DCFE24B219DDCE1E00EF8EA9 /* LEB128.h */,
|
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xGenDisassemblerTables.inc | 10 #include "../../LEB128.h"
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 601 "llvm/lib/Support/LEB128.cpp",
|
D | BUILD.gn | 904 "llvm/lib/Support/LEB128.cpp",
|
D | CMakeLists.txt | 603 ${LLVM_DIR}/lib/Support/LEB128.cpp
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenDisassemblerTables.inc | 12 #include "llvm/Support/LEB128.h"
|
/external/elfutils/src/ |
D | ChangeLog | 3452 * readelf.c (print_ops): Use 64-bit types for LEB128 operands. 3739 (still need to fix LEB128).
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 12 #include "llvm/Support/LEB128.h"
|