Searched refs:GetGlobalAddressSymbol (Results 1 – 10 of 10) sorted by relevance
27 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in BPFMCInstLower75 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
36 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
31 GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in MSP430MCInstLower137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
33 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in LanaiMCInstLower115 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
34 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
46 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in WebAssemblyMCInstLower251 MCOp = lowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in lower()
48 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
41 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in AArch64MCInstLower350 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in lowerOperand()