Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachineC.cpp342 SmallString<0> CodeString; in LLVMTargetMachineEmitToMemoryBuffer() local
343 raw_svector_ostream OStream(CodeString); in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCompressInstEmitter.cpp655 std::string CodeString; in emitCompressInstEmitter() local
657 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter()
838 mergeCondAndCode(CaseStream, CondString, CodeString); in emitCompressInstEmitter()