Home | History | Annotate | Download | only in MC

Lines Matching refs:Obj

65                                        const ObjectFile *Obj)
66 : MCSymbolizer(Ctx, RelInfo), Obj(Obj), SortedSections(), AddrToReloc() {
68 for (section_iterator SI = Obj->begin_sections(),
69 SE = Obj->end_sections();
75 if (RelSecI == Obj->end_sections())
95 if (Obj->isELF()) {
96 const ELF64LEObjectFile *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj);
136 for (symbol_iterator SI = Obj->begin_symbols(),
137 SE = Obj->end_symbols();
172 const ObjectFile *Obj) {
173 if (const MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(Obj)) {
176 return new MCObjectSymbolizer(Ctx, RelInfo, Obj);