OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULEB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
356
uint64_t
ULEB
= 0;
361
ULEB
= decodeULEB128(OpCode + 1, &Count);
362
RebaseOp.ExtraData.push_back(
ULEB
);
365
// Intentionally no break here -- This opcode has two
ULEB
values
371
ULEB
= decodeULEB128(OpCode + 1, &Count);
372
RebaseOp.ExtraData.push_back(
ULEB
);
404
uint64_t
ULEB
= 0;
409
ULEB
= decodeULEB128(OpCode + 1, &Count);
410
BindOp.ULEBExtraData.push_back(
ULEB
);
413
// Intentionally no break here -- this opcode has two
ULEB
value
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
173
SmallVector<uint8_t, 4>
ULEB
;
174
do {
ULEB
.push_back(Opcodes[OI ^ 3]); } while (Opcodes[OI++ ^ 3] & 0x80);
176
for (unsigned BI = 0, BE =
ULEB
.size(); BI != BE; ++BI)
177
OS << format("0x%02X ",
ULEB
[BI]);
180
for (unsigned BI = 0, BE =
ULEB
.size(); BI != BE; ++BI)
181
Value = Value | ((
ULEB
[BI] & 0x7f) << (7 * BI));
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
985
uint8_t
ULEB
[16];
986
unsigned RealSize = encodeULEB128(Offset,
ULEB
, ULEBsize);
989
RealSize = encodeULEB128(0,
ULEB
, ULEBsize);
993
ArrayRef<uint8_t> ULEBbytes(
ULEB
, ULEBsize);
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026