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

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 156 const GlobalValue *ARMConstantPoolConstant::getGV() const {
  /external/llvm/lib/Object/
IRObjectFile.cpp 122 static const GlobalValue *getGV(DataRefImpl &Symb) {
158 const GlobalValue *GV = getGV(Symb);
194 const GlobalValue *GV = getGV(Symb);
221 const GlobalValue *GV = getGV(Symb);
252 const GlobalValue *GV = getGV(Symb);
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 80 /// MachineRelocation::getGV - Return a relocation entry for a GlobalValue.
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,

Completed in 206 milliseconds