Home
last modified time | relevance | path

Searched refs:ELFRelocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DELFWriter.h27 class ELFRelocation; variable
237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
DELF.h200 class ELFRelocation {
219 ELFRelocation(uint64_t off, uint32_t sym, uint32_t type,
DELFWriter.cpp834 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations()
841 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation()