forked from OSchip/llvm-project
[hwasan] Remove unused declaration shadowBase (NFC)
The function was introduced on Jan 23, 2019 in commit73078ecd38
. Its definition was removed on Oct 27, 2020 in commit0930763b4b
, leaving the declaration unused.
This commit is contained in:
parent
95956c1c9a
commit
186d129320
|
@ -213,7 +213,6 @@ public:
|
|||
Value *getShadowNonTls(IRBuilder<> &IRB);
|
||||
|
||||
void untagPointerOperand(Instruction *I, Value *Addr);
|
||||
Value *shadowBase();
|
||||
Value *memToShadow(Value *Shadow, IRBuilder<> &IRB);
|
||||
void instrumentMemAccessInline(Value *Ptr, bool IsWrite,
|
||||
unsigned AccessSizeIndex,
|
||||
|
|
Loading…
Reference in New Issue