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

  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h 52 const GlobalValue *getGlobalValue() const { return GV; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 278 /// getGlobalValue - If this is a global value reference, return the
280 GlobalValue *getGlobalValue() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 56 // getGlobalValue - If this is a global value which originated the
58 const GlobalValue *getGlobalValue() const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 90 const GlobalValue *getGlobalValue() const { return GV; }
203 if (Addr.getGlobalValue())
344 if (const GlobalValue *GV = Addr.getGlobalValue())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 84 const GlobalValue *getGlobalValue() { return GV; }
546 if (!Addr.getGlobalValue()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 101 const GlobalValue *getGlobalValue() { return GV; }
895 if (!Addr.getGlobalValue()) {
    [all...]

Completed in 1593 milliseconds