mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-28 10:16:13 +01:00
Add OpString
This commit is contained in:
parent
d4c95981b5
commit
96e8290eef
2 changed files with 9 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ class Module {
|
|||
/// @return target
|
||||
Id Name(Id target, const std::string& name);
|
||||
|
||||
/// Assign a Result <id> to a string for use by other debug instructions.
|
||||
Id OpString(const std::string& string);
|
||||
|
||||
// Memory
|
||||
|
||||
/// Allocate an object in memory, resulting in a copy to it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue