Skip to content

Commit f9d8f33

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent 7c6fefe commit f9d8f33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bolt/include/bolt/Core/BinaryContext.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ class BinaryContext {
430430
return nullptr;
431431
}
432432

433+
/// Deregister JumpTable registered at a given \p Address.
434+
bool deregisterJumpTable(uint64_t Address) {
435+
return JumpTables.erase(Address);
436+
}
437+
433438
unsigned getDWARFEncodingSize(unsigned Encoding) {
434439
if (Encoding == dwarf::DW_EH_PE_omit)
435440
return 0;

0 commit comments

Comments
 (0)