Searched refs:HasRelA (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ELFWriter.cpp | 755 bool HasRelA = TEW->hasRelocationAddend(); in EmitRelocations() local 831 RelocateField(S, RelOffset, HasRelA ? 0 : Addend, RelTySize); in EmitRelocations() 834 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations() 835 EmitRelocation(RelSec, Rel, HasRelA); in EmitRelocations() 842 bool HasRelA) { in EmitRelocation() argument 845 if (HasRelA) in EmitRelocation()
|
D | ELFWriter.h | 237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
|