Searched defs:emitByte (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Bytecode/Writer/ | ||
H A D | BytecodeWriter.cpp | 201 void emitByte(T byte) { emitByte() function in __anon33b705f20111::EncodingEmitter |
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ | ||
H A D | X86MCCodeEmitter.cpp | 41 static void emitByte(uint8_t C, SmallVectorImpl<char> &CB) { CB.push_back(C); } in emitByte() function |