Home
last modified time | relevance | path

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

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