Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp235 SmallString<0> CodeString; in LLVMTargetMachineEmitToMemoryBuffer() local
236 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp643 std::string CodeString; in emitCompressInstEmitter() local
645 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter()