OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationInfo
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
48
///
getRelocationInfo
- This method classifies the entry according to
51
/// so. The return values are the same as Constant::
getRelocationInfo
().
52
virtual unsigned
getRelocationInfo
() const = 0;
109
///
getRelocationInfo
- This method classifies the entry according to
120
unsigned
getRelocationInfo
() const;
/external/llvm/include/llvm/
Constant.h
73
///
getRelocationInfo
- This method classifies the entry according to
87
PossibleRelocationsTy
getRelocationInfo
() const;
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
99
virtual unsigned
getRelocationInfo
() const { return 2; }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
161
switch (C->
getRelocationInfo
()) {
235
switch (C->
getRelocationInfo
()) {
/external/llvm/lib/CodeGen/
MachineFunction.cpp
629
unsigned MachineConstantPoolEntry::
getRelocationInfo
() const {
631
return Val.MachineCPVal->
getRelocationInfo
();
632
return Val.ConstVal->
getRelocationInfo
();
ELFWriter.cpp
234
switch (CPE.
getRelocationInfo
()) {
[
all
...]
/external/llvm/lib/VMCore/
Constants.cpp
208
///
getRelocationInfo
- This method classifies the entry according to
222
Constant::PossibleRelocationsTy Constant::
getRelocationInfo
() const {
230
return BA->getFunction()->
getRelocationInfo
();
253
cast<Constant>(getOperand(i))->
getRelocationInfo
());
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 139 milliseconds