Home
last modified time | relevance | path

Searched refs:SLEB (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp305 int64_t SLEB = 0; in dumpBindOpcodes() local
325 SLEB = decodeSLEB128(OpCode + 1, &Count); in dumpBindOpcodes()
326 BindOp.SLEBExtraData.push_back(SLEB); in dumpBindOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h172 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
DDwarfGenerator.cpp249 case SLEB: in writeData()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmacho-bad-bind.test19 …macho -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…