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

Lines Matching refs:printNumber

247     W.printNumber("Index", SectionIndex);
252 W.printNumber("Offset", Section.Offset);
253 W.printNumber("Alignment", Section.Alignment);
255 W.printNumber("RelocationCount", Section.NumRelocationTableEntries);
358 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
359 W.printNumber("Length", Obj->getAnyRelocationLength(RE));
363 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE));
364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
366 W.printNumber("Scattered", IsScattered);
417 W.printNumber("Name", SymbolName, Symbol.StringIndex);