Home
last modified time | relevance | path

Searched refs:CodeString (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp236 SmallString<0> CodeString; in LLVMTargetMachineEmitToMemoryBuffer() local
237 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp601 std::string CodeString; in emitCompressInstEmitter() local
603 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter()