Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h704 void emitInt32(uint64_t Value) { emitIntValue(Value, 4); } in emitInt32() function
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h924 inline void AssemblerX86Base<TraitsType>::emitInt32(int32_t value) { in emitInt32() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2152 void AsmPrinter::emitInt32(int Value) const { in emitInt32() function in AsmPrinter
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2272 void AsmPrinter::emitInt32(int Value) const { OutStreamer->emitInt32(Value); } in emitInt32() function in AsmPrinter