Home | History | Annotate | Download | only in CodeGen

Lines Matching full:binaryobject

39 #include "llvm/CodeGen/BinaryObject.h"
738 void ELFWriter::RelocateField(BinaryObject &BO, uint32_t Offset,
839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel,
848 void ELFWriter::EmitSymbol(BinaryObject &SymbolTable, ELFSym &Sym) {
868 void ELFWriter::EmitSectionHeader(BinaryObject &SHdrTab,
1075 BinaryObject SHdrTable(isLittleEndian, is64Bit);