Searched refs:HasRelA (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 753 bool HasRelA = TEW->hasRelocationAddend(); in EmitRelocations() local 829 RelocateField(S, RelOffset, HasRelA ? 0 : Addend, RelTySize); in EmitRelocations() 832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations() 833 EmitRelocation(RelSec, Rel, HasRelA); in EmitRelocations() 840 bool HasRelA) { in EmitRelocation() argument 843 if (HasRelA) in EmitRelocation()
|
D | ELFWriter.h | 237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
|