Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DELFWriter.h237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
DELFWriter.cpp835 EmitRelocation(RelSec, Rel, HasRelA); in EmitRelocations()
841 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation() function in ELFWriter