Searched defs:getGV (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Object/
H A DIRObjectFile.cpp122 static const GlobalValue *getGV(DataRefImpl &Symb) { function
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/lib/Target/ARM/
H A DARMConstantPoolValue.cpp156 const GlobalValue *ARMConstantPoolConstant::getGV() const { function in class:ARMConstantPoolConstant
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h80 /// MachineRelocation::getGV - Return a relocation entry for a GlobalValue.
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType, function in class:llvm::MachineRelocation

Completed in 4424 milliseconds