Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp201 void emitByte(T byte) { emitByte() function in __anon33b705f20111::EncodingEmitter
[all...]
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp41 static void emitByte(uint8_t C, SmallVectorImpl<char> &CB) { CB.push_back(C); } in emitByte() function
[all...]