mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[RuntimeDyld] Fix comment for previous commit (r204439)
llvm-svn: 204508
This commit is contained in:
parent
00b8aa10b5
commit
215a35c5c8
@ -293,8 +293,10 @@ protected:
|
||||
/// \param Value Target symbol address to apply the relocation action
|
||||
virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
||||
|
||||
/// \brief Parses the object file relocation and stores it to Relocations
|
||||
/// or SymbolRelocations (this depends on the object file type).
|
||||
/// \brief Parses one or more object file relocations (some object files use
|
||||
/// relocation pairs) and stores it to Relocations or SymbolRelocations
|
||||
/// (this depends on the object file type).
|
||||
/// \return Iterator to the next relocation that needs to be parsed.
|
||||
virtual relocation_iterator
|
||||
processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
||||
ObjectImage &Obj, ObjSectionToIDMap &ObjSectionToID,
|
||||
|
Loading…
Reference in New Issue
Block a user