Home
last modified time | relevance | path

Searched refs:HasRelA (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DELFWriter.cpp755 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()
DELFWriter.h237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);