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

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 156 const GlobalValue *ARMConstantPoolConstant::getGV() const {
  /external/llvm/lib/Object/
IRObjectFile.cpp 118 static GlobalValue *getGV(DataRefImpl &Symb) {
154 const GlobalValue *GV = getGV(Symb);
192 const GlobalValue *GV = getGV(Symb);
209 const GlobalValue *GV = getGV(Symb);
239 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); }

Completed in 476 milliseconds