Searched refs:GetGlobalAddressSymbol (Results 1 – 10 of 10) sorted by relevance
28 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in BPFMCInstLower78 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
32 GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in MSP430MCInstLower140 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
34 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in LanaiMCInstLower118 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
34 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
49 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in WebAssemblyMCInstLower242 MCOp = LowerSymbolOperand(GetGlobalAddressSymbol(MO), MO.getOffset(), in Lower()
49 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
38 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in AArch64MCInstLower273 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in lowerOperand()