Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp318 SequenceToOffsetTable<std::string> OpStrings; in emitDXILOperationTable() local
324 OpStrings.add(DXILOp.DXILOp.str()); in emitDXILOperationTable()
339 OpStrings.layout(); in emitDXILOperationTable()
354 << OpStrings.get(DXILOp.DXILOp.str()) in emitDXILOperationTable()
381 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()