Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp365 SequenceToOffsetTable<std::string> OpStrings; in emitDXILOperationTable() local
371 OpStrings.add(Op.OpName); in emitDXILOperationTable()
387 OpStrings.layout(); in emitDXILOperationTable()
411 OS << " { dxil::OpCode::" << Op.OpName << ", " << OpStrings.get(Op.OpName) in emitDXILOperationTable()
438 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()