mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
DupDebugLocation support
This commit is contained in:
parent
577cd2e270
commit
d2edcd2ae9
3 changed files with 10 additions and 0 deletions
|
@ -4584,6 +4584,12 @@ void BfIRBuilder::RestoreDebugLocation()
|
|||
}
|
||||
}
|
||||
|
||||
void BfIRBuilder::DupDebugLocation()
|
||||
{
|
||||
WriteCmd(BfIRCmd_DupDebugLocation);
|
||||
NEW_CMD_INSERTED;
|
||||
}
|
||||
|
||||
bool BfIRBuilder::HasDebugLocation()
|
||||
{
|
||||
return mHasDebugLoc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue