HomeSort by relevance Sort by last modified time
    Searched refs:getGlobal (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 getSymbol(MO.getGlobal())->print(O, MAI);
MSP430MCInstLower.cpp 38 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 48 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 46 Symbol = Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 88 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal()));
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 111 O << *Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 91 O << *Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *Mang->getSymbol(MO.getGlobal());
MSP430MCInstLower.cpp 36 return Printer.Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegUsageInfoPropagate.cpp 93 return dyn_cast<const Function>(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCMCInstLower.cpp 41 Symbol = Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 73 O << *getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 35 return Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 93 getSymbol(MO.getGlobal())->print(O, MAI);
MSP430MCInstLower.cpp 38 return Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2AsmPrinter.cpp 131 getSymbol(MO.getGlobal())->print(O, MAI);
Nios2MCInstLower.cpp 44 Symbol = AP.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVMCInstLower.cpp 82 MCOp = lowerSymbolOperand(MO, AP.getSymbol(MO.getGlobal()), AP);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
LeonPasses.cpp 91 StringRef FuncName = MO.getGlobal()->getName();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 48 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 43 Symbol = Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 36 return Printer.getSymbol(MO.getGlobal());
88 const GlobalValue *GV = MO.getGlobal();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 161 const_cast<GlobalValue *>(MO.getGlobal()),
162 Cst, isa<Function>(MO.getGlobal()));
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 93 const GlobalValue *GV = MO.getGlobal();
159 O << *Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 35 const GlobalValue *Global = MO.getGlobal();
218 MO.getGlobal()->getValueType()->isFunctionTy());

Completed in 3242 milliseconds

12 3 4 5 6 7 8 91011