OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitSLEB128
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h
33
virtual void
emitSLEB128
(uint64_t DWord, const Twine &Comment = "") = 0;
48
void
emitSLEB128
(uint64_t DWord, const Twine &Comment) override {
50
AP.
emitSLEB128
(DWord);
67
void
emitSLEB128
(uint64_t DWord, const Twine &Comment) override {
96
void
emitSLEB128
(uint64_t DWord, const Twine &Comment) override {
AsmPrinterDwarf.cpp
39
///
EmitSLEB128
- emit the specified signed leb128 value.
40
void AsmPrinter::
emitSLEB128
(int64_t Value, const char *Desc) const {
EHStreamer.cpp
777
Asm->
emitSLEB128
(Action.ValueForTypeID);
788
Asm->
emitSLEB128
(Action.NextAction);
DIE.cpp
100
AP->
emitSLEB128
(AttrData.getValue());
422
Asm->
emitSLEB128
(Integer);
DwarfDebug.cpp
183
getActiveStreamer().
emitSLEB128
(Value, Twine(Value));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h
606
void
emitSLEB128
(int64_t Value, const char *Desc = nullptr) const;
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026