Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp438 OpStrings.emitStringLiteralDef(OS, in emitDXILOperationTable()
449 OpClassStrings.emitStringLiteralDef( in emitDXILOperationTable()
H A DAsmWriterEmitter.cpp433 StringTable.emitStringLiteralDef(O, " static const char AsmStrs[]"); in EmitGetMnemonic()
621 StringTable.emitStringLiteralDef(O, Twine(" static const char AsmStrs") + in emitRegisterNameString()
H A DRegisterInfoEmitter.cpp959 RegStrings.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in runMCDesc()
1038 RegClassStrings.emitStringLiteralDef( in runMCDesc()
H A DInstrInfoEmitter.cpp1015 InstrNames.emitStringLiteralDef(OS, Twine("extern const char ") + TargetName + in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h129 void emitStringLiteralDef(raw_ostream &OS, const llvm::Twine &Decl) const { in emitStringLiteralDef() function