Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp246 void WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout);
1284 void ELFObjectWriter::WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout) { in WriteRelocations() function in ELFObjectWriter
1595 WriteRelocations(Asm, const_cast<MCAsmLayout &>(Layout)); in WriteObject()