OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ULEB128PadSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
174
static constexpr unsigned
ULEB128PadSize
= 4;
195
assert(Idx < (1ULL << (
ULEB128PadSize
* 7)) && "Idx wont fit");
196
getActiveStreamer().emitULEB128(Idx, Twine(Idx),
ULEB128PadSize
);
2469
assert(Offset < (1ULL << (
ULEB128PadSize
* 7)) && "Offset wont fit");
2470
Streamer.emitULEB128(Offset, "",
ULEB128PadSize
);
2472
for (unsigned J = 0; J <
ULEB128PadSize
; ++J)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
238
static constexpr unsigned
ULEB128PadSize
= 4;
Completed in 19 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026