Searched refs:SLEB (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 277 int64_t SLEB = 0; in dumpBindOpcodes() local 296 SLEB = decodeSLEB128(OpCode + 1, &Count); in dumpBindOpcodes() 297 BindOp.SLEBExtraData.push_back(SLEB); in dumpBindOpcodes()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 405 int64_t SLEB = 0; in dumpBindOpcodes() local 425 SLEB = decodeSLEB128(OpCode + 1, &Count); in dumpBindOpcodes() 426 BindOp.SLEBExtraData.push_back(SLEB); in dumpBindOpcodes()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 174 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
|
D | DwarfGenerator.cpp | 258 case SLEB: in writeData() 273 case SLEB: in getContentsSize()
|
D | DWARFDebugLineTest.cpp | 1263 LT.addStandardOpcode(DW_LNS_advance_line, {{22, LineTable::SLEB}}); in TEST_F() 1672 ValueAndLengths{{0x200, LineTable::SLEB}},
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | bad-bind.test | 19 …acho --bind %p/Inputs/macho-bind-set-addend-sleb 2>&1 | FileCheck --check-prefix SET-ADDEND-SLEB %s 20 SET-ADDEND-SLEB: macho-bind-set-addend-sleb': truncated or malformed object (for BIND_OPCODE_SET_AD…
|