OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationList
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
274
typedef SmallVector<RelocationEntry, 64>
RelocationList
;
278
std::unordered_map<unsigned,
RelocationList
> Relocations;
283
StringMap<
RelocationList
> ExternalSymbolRelocations;
396
void resolveRelocationList(const
RelocationList
&Relocs, uint64_t Value);
RuntimeDyld.cpp
1079
void RuntimeDyldImpl::resolveRelocationList(const
RelocationList
&Relocs,
1095
RelocationList
&Relocs = RelocKV.second;
Completed in 47 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026