Searched refs:getGV (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp243 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
250 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
252 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset() + Offset,
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h143 const GlobalValue *getGV() const;
H A DARMConstantPoolValue.cpp156 const GlobalValue *ARMConstantPoolConstant::getGV() const { function in class:ARMConstantPoolConstant
H A DARMCodeEmitter.cpp484 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
648 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
H A DARMAsmPrinter.cpp943 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
H A DARMBaseInstrInfo.cpp1248 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId,
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp162 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID,
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp292 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,

Completed in 168 milliseconds