Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
DELFWriter.cpp833 EmitRelocation(RelSec, Rel, HasRelA); in EmitRelocations()
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation() function in ELFWriter