Searched refs:PRINTBOOL (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | XCOFFDump.cpp | 134 #define PRINTBOOL(Prefix, Obj, Field) \ macro 223 PRINTBOOL("\t#", TbTable, isGlobalLinkage); in dumpTracebackTable() 224 PRINTBOOL(",", TbTable, isOutOfLineEpilogOrPrologue); in dumpTracebackTable() 226 PRINTBOOL("\t ", TbTable, hasTraceBackTableOffset); in dumpTracebackTable() 227 PRINTBOOL(",", TbTable, isInternalProcedure); in dumpTracebackTable() 229 PRINTBOOL("\t ", TbTable, hasControlledStorage); in dumpTracebackTable() 230 PRINTBOOL(",", TbTable, isTOCless); in dumpTracebackTable() 232 PRINTBOOL("\t ", TbTable, isFloatingPointPresent); in dumpTracebackTable() 234 PRINTBOOL("\t ", TbTable, isFloatingPointOperationLogOrAbortEnabled); in dumpTracebackTable() 239 PRINTBOOL("\t#", TbTable, isInterruptHandler); in dumpTracebackTable() [all …]
|