Home
last modified time | relevance | path

Searched refs:SLEB (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp277 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/
Dmacho2yaml.cpp405 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/
DDwarfGenerator.h174 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
DDwarfGenerator.cpp258 case SLEB: in writeData()
273 case SLEB: in getContentsSize()
DDWARFDebugLineTest.cpp1263 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/
Dbad-bind.test19 …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…