OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeRelocation
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/ARM/
ARMELFWriterInfo.h
50
///
computeRelocation
- Some relocatable fields could be relocated
53
virtual long int
computeRelocation
(unsigned SymOffset, unsigned RelOffset,
ARMELFWriterInfo.cpp
73
long int ARMELFWriterInfo::
computeRelocation
(unsigned SymOffset,
/external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.h
50
///
computeRelocation
- Some relocatable fields could be relocated
53
virtual long int
computeRelocation
(unsigned SymOffset, unsigned RelOffset,
MBlazeELFWriterInfo.cpp
100
long int MBlazeELFWriterInfo::
computeRelocation
(unsigned SymOffset,
105
"
computeRelocation
unknown for this relocation type");
/external/llvm/lib/Target/X86/
X86ELFWriterInfo.h
50
///
computeRelocation
- Some relocatable fields could be relocated
53
virtual long int
computeRelocation
(unsigned SymOffset, unsigned RelOffset,
X86ELFWriterInfo.cpp
139
long int X86ELFWriterInfo::
computeRelocation
(unsigned SymOffset,
146
llvm_unreachable("
computeRelocation
unknown for this relocation type");
/external/llvm/include/llvm/Target/
TargetELFWriterInfo.h
111
///
computeRelocation
- Some relocatable fields could be relocated
114
virtual long int
computeRelocation
(unsigned SymOffset, unsigned RelOffset,
Completed in 2225 milliseconds