Home
last modified time | relevance | path

Searched refs:GetGlobalAddressSymbol (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp29 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in BPFMCInstLower
71 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
DBPFMCInstLower.h39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp31 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in WebAssemblyMCInstLower
98 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
DWebAssemblyMCInstLower.h35 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp32 GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in MSP430MCInstLower
137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in Lower()
DMSP430MCInstLower.h38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.h47 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
DAArch64MCInstLower.cpp35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol() function in AArch64MCInstLower
185 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO)); in lowerOperand()