Home
last modified time | relevance | path

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

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