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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 89 void setGlobalValue(const GlobalValue *G) { GV = G; }
205 Addr.setGlobalValue(GV);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 83 void setGlobalValue(const GlobalValue *G) { GV = G; }
541 Addr.setGlobalValue(GV);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 100 void setGlobalValue(const GlobalValue *G) { GV = G; }
890 Addr.setGlobalValue(GV);
    [all...]

Completed in 135 milliseconds