Home
last modified time | relevance | path

Searched defs:emitInt32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h754 void emitInt32(uint64_t Value) { emitIntValue(Value, 4); } in emitInt32() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3035 void AsmPrinter::emitInt32(int Value) const { OutStreamer->emitInt32(Value); } in emitInt32() function in AsmPrinter