OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelocationList
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
114
typedef SmallVector<RelocationEntry, 4>
RelocationList
;
115
StringMap<
RelocationList
> Relocations;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
258
typedef SmallVector<RelocationEntry, 64>
RelocationList
;
262
std::unordered_map<unsigned,
RelocationList
> Relocations;
267
StringMap<
RelocationList
> ExternalSymbolRelocations;
383
void resolveRelocationList(const
RelocationList
&Relocs, uint64_t Value);
Completed in 311 milliseconds