search for: referenceranget

Displaying 3 results from an estimated 3 matches for "referenceranget".

2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
...ss with the following interface. Right? Who will be user of this class? If it is still only ELFFile class, what benefits will we get from separation of this logic? template <class ELFT> class ELFRelocationReader { public: ELFRelocationReader(.....); // Returns all created references. ReferenceRangeT getAllReferences(); // Returns references for specified section/symbol. ReferenceRangeT getReferences(StringRef sectionName, Elf_Sym *symbol, ArrayRef<uint8_t> content); protected: // Target can override these methods in...
2014 Mar 06
2
[LLVMdev] [lld] Relocation reading refactoring
...If it is still only ELFFile class, >> what benefits will we get from separation of this logic? >> >> template <class ELFT> class ELFRelocationReader { >> public: >> ELFRelocationReader(.....); >> >> // Returns all created references. >> ReferenceRangeT getAllReferences(); >> >> // Returns references for specified section/symbol. >> ReferenceRangeT getReferences(StringRef sectionName, >> Elf_Sym *symbol, >> ArrayRef<uint8_t> content); >&g...
2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
Hi Shankar, On Tue, Feb 12, 2013 at 10:46 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > Author: shankare > Date: Tue Feb 12 12:46:53 2013 > New Revision: 174990 > > URL: http://llvm.org/viewvc/llvm-project?rev=174990&view=rev [...] > ELFDefinedAtom<ELFT> *createDefinedAtomAndAssignRelocations( > StringRef symbolName, StringRef