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

  /external/llvm/include/llvm/Object/
IRObjectFile.h 39 GlobalValue *getSymbolGV(DataRefImpl Symb);
40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const {
41 return const_cast<IRObjectFile *>(this)->getSymbolGV(Symb);
  /external/llvm/lib/Object/
IRObjectFile.cpp 239 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); }

Completed in 216 milliseconds