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

Lines Matching refs:PData

950     if (Name != ".pdata" && !Name.startswith(".pdata$"))
953 const coff_section *PData = Obj->getCOFFSection(SecI);
956 if (error(Obj->getSectionContents(PData, Contents)) ||
968 printRuntimeFunction(*I, OffsetInSection, RelocMap[PData]);