mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-28 02:06:14 +01:00
Debug fixups
This commit is contained in:
parent
96e8290eef
commit
65ccda50c7
2 changed files with 15 additions and 2 deletions
|
|
@ -201,7 +201,10 @@ class Module {
|
|||
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);
|
||||
Id String(const std::string& string);
|
||||
|
||||
/// Add source-level location information
|
||||
Id OpLine(Id file, Literal line, Literal column);
|
||||
|
||||
// Memory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue