OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGV
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
242
MCE.addRelocation(MachineRelocation::
getGV
(MCE.getCurrentPCOffset(), Reloc,
249
MCE.addRelocation(MachineRelocation::
getGV
(MCE.getCurrentPCOffset(), Reloc,
251
MCE.addRelocation(MachineRelocation::
getGV
(MCE.getCurrentPCOffset() + Offset,
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
143
const GlobalValue *
getGV
() const;
ARMConstantPoolValue.cpp
156
const GlobalValue *ARMConstantPoolConstant::
getGV
() const {
ARMCodeEmitter.cpp
510
: MachineRelocation::
getGV
(MCE.getCurrentPCOffset(), Reloc,
726
const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->
getGV
();
[
all
...]
ARMAsmPrinter.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/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,
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
165
return MachineRelocation::
getGV
(MCE.getCurrentPCOffset(), RelocID,
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
287
: MachineRelocation::
getGV
(MCE.getCurrentPCOffset(), Reloc,
[
all
...]
Completed in 189 milliseconds