mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-24 09:59:41 +00:00
Add OpName and debug symbols
This commit is contained in:
@@ -174,6 +174,11 @@ public:
|
||||
/// Returns with no value from a function with void return type.
|
||||
Ref Return();
|
||||
|
||||
// Debug
|
||||
|
||||
/// Assign a name string to a reference.
|
||||
void Name(Ref target, const std::string& name);
|
||||
|
||||
// Literals
|
||||
static Operand* Literal(std::uint32_t value);
|
||||
static Operand* Literal(std::uint64_t value);
|
||||
|
||||
Reference in New Issue
Block a user