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

  /external/llvm/lib/Target/BPF/
BPFMCInstLower.cpp 29 BPFMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
71 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 35 AArch64MCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
185 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 32 GetGlobalAddressSymbol(const MachineOperand &MO) const {
137 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 31 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const {
98 MCOp = LowerSymbolOperand(MO, GetGlobalAddressSymbol(MO));

Completed in 104 milliseconds