Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h136 void emitStringLiteralDef(raw_ostream &OS, const Twine &Decl) const { in emitStringLiteralDef() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp532 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()
543 OpClassStrings.emitStringLiteralDef( in emitDXILOperationTable()
H A DAsmWriterEmitter.cpp434 StringTable.emitStringLiteralDef(O, " static const char AsmStrs[]"); in EmitGetMnemonic()
622 StringTable.emitStringLiteralDef(O, Twine(" static const char AsmStrs") + in emitRegisterNameString()
H A DRegisterInfoEmitter.cpp996 RegStrings.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in runMCDesc()
1075 RegClassStrings.emitStringLiteralDef( in runMCDesc()
H A DInstrInfoEmitter.cpp921 InstrNames.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in run()