Home
last modified time | relevance | path

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

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