Searched refs:AuxEntRef (Results 1 – 1 of 1) sorted by relevance
51 void printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef);260 void XCOFFDumper::printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef) { in printCsectAuxEnt() argument266 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()268 AuxEntRef.getSectionOrLength()); in printCsectAuxEnt()269 W.printHex("ParameterHashIndex", AuxEntRef.getParameterHashIndex()); in printCsectAuxEnt()270 W.printHex("TypeChkSectNum", AuxEntRef.getTypeChkSectNum()); in printCsectAuxEnt()272 W.printNumber("SymbolAlignmentLog2", AuxEntRef.getAlignmentLog2()); in printCsectAuxEnt()273 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()276 static_cast<uint8_t>(AuxEntRef.getStorageMappingClass()), in printCsectAuxEnt()283 W.printHex("StabInfoIndex", AuxEntRef.getStabInfoIndex32()); in printCsectAuxEnt()[all …]