HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalAddressSymbol (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 39 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
BPFMCInstLower.cpp 28 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
70 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.h 34 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
WebAssemblyMCInstLower.cpp 30 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
100 MCOp = LowerSymbolOperand(GetGlobalAddressSymbol(MO), MO.getOffset(),
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 47 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
AArch64MCInstLower.cpp 35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
185 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.h 40 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
LanaiMCInstLower.cpp 35 LanaiMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
119 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 38 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
MSP430MCInstLower.cpp 32 GetGlobalAddressSymbol(const MachineOperand &MO) const {
137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.h 41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
MBlazeMCInstLower.cpp 33 GetGlobalAddressSymbol(const MachineOperand &MO) const {
139 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430MCInstLower.h 41 MCSymbol *GetGlobalAddressSymbol(const MachineOperand &MO) const;
MSP430MCInstLower.cpp 30 GetGlobalAddressSymbol(const MachineOperand &MO) const {
133 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));

Completed in 856 milliseconds