Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp381 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()
392 OpClassStrings.emitStringLiteralDef( in emitDXILOperationTable()
H A DSequenceToOffsetTable.h129 void emitStringLiteralDef(raw_ostream &OS, const llvm::Twine &Decl) const { in emitStringLiteralDef() function
H A DAsmWriterEmitter.cpp404 StringTable.emitStringLiteralDef(O, " static const char AsmStrs[]"); in EmitGetMnemonic()
598 StringTable.emitStringLiteralDef(O, Twine(" static const char AsmStrs") + in emitRegisterNameString()
H A DRegisterInfoEmitter.cpp975 RegStrings.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in runMCDesc()
1053 RegClassStrings.emitStringLiteralDef( in runMCDesc()
H A DInstrInfoEmitter.cpp1017 InstrNames.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in run()