OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationValueRef
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h
43
const
RelocationValueRef
&Value);
45
void resolveAArch64Branch(unsigned SectionID, const
RelocationValueRef
&Value,
93
RelocationValueRef
&Rel);
96
RelocationValueRef
&Rel);
108
uint64_t findOrAllocGOTEntry(const
RelocationValueRef
&Value,
126
void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,
RelocationValueRef
Value);
151
SmallVector<std::pair<
RelocationValueRef
, RelocationEntry>, 8> PendingRelocs;
159
std::map<
RelocationValueRef
, uint64_t> GOTOffsetMap;
RuntimeDyldMachO.h
88
/// Construct a
RelocationValueRef
representing the relocation target.
89
/// For Symbols in known sections, this will return a
RelocationValueRef
96
/// the
RelocationValueRef
.
97
Expected<
RelocationValueRef
>
103
/// Make the
RelocationValueRef
addend PC-relative.
104
void makeValueAddendPCRel(
RelocationValueRef
&Value,
RuntimeDyldCOFF.cpp
87
RelocationValueRef
Reloc;
RuntimeDyldImpl.h
190
class
RelocationValueRef
{
198
inline bool operator==(const
RelocationValueRef
&Other) const {
203
inline bool operator<(const
RelocationValueRef
&Other) const {
286
typedef std::map<
RelocationValueRef
, uintptr_t> StubMap;
RuntimeDyldMachO.cpp
96
Expected<
RelocationValueRef
>
105
RelocationValueRef
Value;
140
void RuntimeDyldMachO::makeValueAddendPCRel(
RelocationValueRef
&Value,
RuntimeDyldELF.cpp
628
RelocationValueRef
&Rel) {
669
RelocationValueRef
&Rel) {
1046
void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,
RelocationValueRef
Value) {
1088
const
RelocationValueRef
&Value) {
1120
const
RelocationValueRef
&Value,
1197
RelocationValueRef
Value;
1394
const
RelocationValueRef
&MatchingValue = I->first;
1643
RelocationValueRef
TOCValue;
1888
uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const
RelocationValueRef
&Value,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h
52
RelocationValueRef
Value;
130
RelocationValueRef
&Value, StubMap &Stubs) {
RuntimeDyldMachOARM.h
167
RelocationValueRef
Value;
306
const
RelocationValueRef
&Value,
RuntimeDyldCOFFX86_64.h
150
RelocationValueRef
OriginalRelValueRef;
RuntimeDyldMachOAArch64.h
326
RelocationValueRef
Value;
443
RelocationValueRef
&Value, StubMap &Stubs) {
RuntimeDyldMachOI386.h
69
RelocationValueRef
Value;
RuntimeDyldCOFFAArch64.h
106
RelocationValueRef
OriginalRelValueRef;
Completed in 67 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026