/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CoverageMappingFormat.rst | 344 * The string contains values that are encoded in the LEB128 format, which is 420 ``[numFilenames : LEB128, filename0 : string, filename1 : string, ...]`` 432 LEB128 subsection 435 LEB128 is an unsigned integer value that is encoded using DWARF's LEB128 444 ``[length : LEB128, characters...]`` argument 454 ``[numIndices : LEB128, filenameIndex0 : LEB128, filenameIndex1 : LEB128, ...]`` 462 ``[value : LEB128]`` 503 ``[numExpressions : LEB128, expr0LHS : LEB128, expr0RHS : LEB128, expr1LHS : LEB128, expr1RHS : LEB… 515 ``[numRegionArrays : LEB128, regionsForFile0, regionsForFile1, ...]`` 527 ``[numRegions : LEB128, region0, region1, ...]`` [all …]
|
D | CodeGenerator.rst | 1588 and stack sizes (unsigned LEB128). The stack size values only include the space
|
/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 | 67 LEB128(data_alignment_factor); in CIEHeader() 167 LEB128(address); in EncodedPointer()
|
D | cfi_assembler.h | 210 CFISection &LEB128(long long v) { Section::LEB128(v); return *this; } in LEB128() function
|
D | dwarf2reader_cfi_unittest.cc | 837 .D8(dwarf2reader::DW_CFA_def_cfa_sf).ULEB128(0x8ccb32b7).LEB128(0x9ea) in TEST_F() 838 .D8(dwarf2reader::DW_CFA_def_cfa_sf).ULEB128(0x9b40f5da).LEB128(-0x40a2) in TEST_F() 908 .D8(dwarf2reader::DW_CFA_def_cfa_offset_sf).LEB128(0x970) in TEST_F() 909 .D8(dwarf2reader::DW_CFA_def_cfa_offset_sf).LEB128(-0x2cd) in TEST_F() 1021 .ULEB128(0x997c23ee).LEB128(0x2d00) in TEST_F() 1023 .ULEB128(0x9519eb82).LEB128(-0xa77) in TEST_F() 1059 .D8(dwarf2reader::DW_CFA_val_offset_sf).ULEB128(0x6f4f).LEB128(0xaab) in TEST_F() 1060 .D8(dwarf2reader::DW_CFA_val_offset_sf).ULEB128(0x2483).LEB128(-0x8a2) in TEST_F()
|
D | bytereader_unittest.cc | 71 .LEB128(-0x4f337badf4483f83LL) in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 101 TEST(DataExtractorTest, LEB128) { in TEST() argument
|
/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-7.0/llvm/lib/Support/ |
D | CMakeLists.txt | 88 LEB128.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llc.rst | 139 sizes (unsigned LEB128). The stack size values only include the space allocated
|
/external/capstone/xcode/Capstone.xcodeproj/ |
D | project.pbxproj | 433 …B219DDCE1E00EF8EA9 /* LEB128.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; n… 609 DCFE24B219DDCE1E00EF8EA9 /* LEB128.h */,
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.bp | 501 "llvm/lib/Support/LEB128.cpp",
|
D | BUILD.gn | 993 "llvm/lib/Support/LEB128.cpp",
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/elfutils/src/ |
D | ChangeLog | 2911 * readelf.c (print_ops): Use 64-bit types for LEB128 operands. 3198 (still need to fix LEB128).
|
/external/swiftshader/ |
D | CMakeLists.txt | 1069 ${LLVM_DIR}/lib/Support/LEB128.cpp
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 13 #include "../../LEB128.h"
|