reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1762 Obj = O; 1768 const coff_section *COFFSect = Obj->getCOFFSection(Section); 1769 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); 1782 if (!Obj) 1802 switch (Obj->getMachine()) { 1823 Expected<COFFSymbolRef> Sym = Obj->getSymbol(R.SymbolTableIndex); 1828 if (std::error_code EC = Obj->getSection(Sym->getSectionNumber(), Section)) 1834 if (Error E = Obj->getSectionContents(Section, Contents)) 1844 if (Obj->isRelocatableObject()) 1849 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); 1850 for (const SectionRef &S : Obj->sections()) {