Lines Matching refs:AddComment

979   OutStreamer->AddComment(Twine("Offset ")                                     \  in emitADASection()
1168 OutStreamer->AddComment("PPA1 Flags 1"); in emitPPA1Flags()
1170 OutStreamer->AddComment(" Bit 0: 1 = 64-bit DSA"); in emitPPA1Flags()
1172 OutStreamer->AddComment(" Bit 0: 0 = 32-bit DSA"); in emitPPA1Flags()
1174 OutStreamer->AddComment(" Bit 7: 1 = Vararg function"); in emitPPA1Flags()
1177 OutStreamer->AddComment("PPA1 Flags 2"); in emitPPA1Flags()
1179 OutStreamer->AddComment(" Bit 0: 1 = External procedure"); in emitPPA1Flags()
1181 OutStreamer->AddComment(" Bit 3: 1 = STACKPROTECT is enabled"); in emitPPA1Flags()
1183 OutStreamer->AddComment(" Bit 3: 0 = STACKPROTECT is not enabled"); in emitPPA1Flags()
1186 OutStreamer->AddComment("PPA1 Flags 3"); in emitPPA1Flags()
1188 OutStreamer->AddComment(" Bit 2: 1 = FP Reg Mask is in optional area"); in emitPPA1Flags()
1192 OutStreamer->AddComment("PPA1 Flags 4"); in emitPPA1Flags()
1194 OutStreamer->AddComment(" Bit 2: 1 = Vector Reg Mask is in optional area"); in emitPPA1Flags()
1196 OutStreamer->AddComment(" Bit 3: 1 = C++ EH block"); in emitPPA1Flags()
1199 OutStreamer->AddComment(" Bit 7: 1 = Name Length and Name"); in emitPPA1Flags()
1221 OutStreamer->AddComment("Length of Name"); in emitPPA1Name()
1223 OutStreamer->AddComment("Name of Function"); in emitPPA1Name()
1312 OutStreamer->AddComment("PPA1"); in emitPPA1()
1314 OutStreamer->AddComment("Version"); in emitPPA1()
1316 OutStreamer->AddComment("LE Signature X'CE'"); in emitPPA1()
1318 OutStreamer->AddComment("Saved GPR Mask"); in emitPPA1()
1320 OutStreamer->AddComment("Offset to PPA2"); in emitPPA1()
1332 OutStreamer->AddComment("Length/4 of Parms"); in emitPPA1()
1335 OutStreamer->AddComment("Length of Code"); in emitPPA1()
1340 OutStreamer->AddComment("FPR mask"); in emitPPA1()
1342 OutStreamer->AddComment("AR mask"); in emitPPA1()
1344 OutStreamer->AddComment("FPR Save Area Locator"); in emitPPA1()
1345 OutStreamer->AddComment(Twine(" Bit 0-3: Register R") in emitPPA1()
1348 OutStreamer->AddComment(Twine(" Bit 4-31: Offset ") in emitPPA1()
1358 OutStreamer->AddComment("VR mask"); in emitPPA1()
1362 OutStreamer->AddComment("VR Save Area Locator"); in emitPPA1()
1363 OutStreamer->AddComment(Twine(" Bit 0-3: Register R") in emitPPA1()
1366 OutStreamer->AddComment(Twine(" Bit 4-31: Offset ") in emitPPA1()
1381 OutStreamer->AddComment("Version"); in emitPPA1()
1383 OutStreamer->AddComment("Flags"); in emitPPA1()
1385 OutStreamer->AddComment("Personality routine"); in emitPPA1()
1388 OutStreamer->AddComment("LSDA location"); in emitPPA1()
1517 OutStreamer->AddComment("A(PPA2-CELQSTRT)"); in emitPPA2()
1556 OutStreamer->AddComment("XPLINK Routine Layout Entry"); in emitFunctionEntryLabel()
1558 OutStreamer->AddComment("Eyecatcher 0x00C300C500C500"); in emitFunctionEntryLabel()
1560 OutStreamer->AddComment("Mark Type C'1'"); in emitFunctionEntryLabel()
1562 OutStreamer->AddComment("Offset to PPA1"); in emitFunctionEntryLabel()
1566 OutStreamer->AddComment("DSA Size 0x" + Twine::utohexstr(DSASize)); in emitFunctionEntryLabel()
1567 OutStreamer->AddComment("Entry Flags"); in emitFunctionEntryLabel()
1569 OutStreamer->AddComment(" Bit 1: 1 = Leaf function"); in emitFunctionEntryLabel()
1571 OutStreamer->AddComment(" Bit 1: 0 = Non-leaf function"); in emitFunctionEntryLabel()
1573 OutStreamer->AddComment(" Bit 2: 1 = Uses alloca"); in emitFunctionEntryLabel()
1575 OutStreamer->AddComment(" Bit 2: 0 = Does not use alloca"); in emitFunctionEntryLabel()