Searched refs:GetGlobalAddressSymbol (Results 1 – 8 of 8) sorted by relevance
29 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in BPFMCInstLower71 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
31 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in WebAssemblyMCInstLower98 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
35 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
32 GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in MSP430MCInstLower137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
47 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in AArch64MCInstLower185 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in lowerOperand()