mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed reusing of inlined debug locations
This commit is contained in:
parent
f96b1a5d7a
commit
706153348a
3 changed files with 36 additions and 0 deletions
|
@ -2104,6 +2104,8 @@ public:
|
|||
BeDbgLoc* GetCurrentDebugLocation();
|
||||
void SetCurrentDebugLocation(BeDbgLoc* dbgLoc);
|
||||
void SetCurrentDebugLocation(int line, int column, BeMDNode* diScope, BeDbgLoc* diInlinedAt);
|
||||
BeDbgLoc* DupDebugLocation(BeDbgLoc* dbgLoc);
|
||||
void DupCurrentDebugLocation();
|
||||
|
||||
///
|
||||
BeNopInst* CreateNop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue