Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:Assoc

897         const coff_section *Assoc;
900 if ((EC = Obj->getSection(Aux->Number, Assoc)) ||
901 (EC = Obj->getSectionName(Assoc, AssocName))) {