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

Lines Matching refs:printNumber

235     W.printNumber("Index", SectionIndex);
240 W.printNumber("Offset", MOSection.Offset);
241 W.printNumber("Alignment", MOSection.Alignment);
243 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
340 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE));
341 W.printNumber("Length", Obj->getAnyRelocationLength(RE));
345 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE));
346 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
348 W.printNumber("Scattered", IsScattered);
391 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);