diff options
Diffstat (limited to 'contrib/llvm/lib/Target/BPF/BPFMCInstLower.h')
-rw-r--r-- | contrib/llvm/lib/Target/BPF/BPFMCInstLower.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Target/BPF/BPFMCInstLower.h b/contrib/llvm/lib/Target/BPF/BPFMCInstLower.h index 054e894..eac811f 100644 --- a/contrib/llvm/lib/Target/BPF/BPFMCInstLower.h +++ b/contrib/llvm/lib/Target/BPF/BPFMCInstLower.h @@ -37,6 +37,7 @@ public: MCOperand LowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym) const; MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const; + MCSymbol *GetExternalSymbolSymbol(const MachineOperand &MO) const; }; } |