Home
last modified time | relevance | path

Searched refs:PRINTBOOL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp449 #define PRINTBOOL(Prefix, Obj, Field) \ macro
538 PRINTBOOL("\t#", TbTable, isGlobalLinkage); in dumpTracebackTable()
539 PRINTBOOL(",", TbTable, isOutOfLineEpilogOrPrologue); in dumpTracebackTable()
541 PRINTBOOL("\t ", TbTable, hasTraceBackTableOffset); in dumpTracebackTable()
542 PRINTBOOL(",", TbTable, isInternalProcedure); in dumpTracebackTable()
544 PRINTBOOL("\t ", TbTable, hasControlledStorage); in dumpTracebackTable()
545 PRINTBOOL(",", TbTable, isTOCless); in dumpTracebackTable()
547 PRINTBOOL("\t ", TbTable, isFloatingPointPresent); in dumpTracebackTable()
549 PRINTBOOL("\t ", TbTable, isFloatingPointOperationLogOrAbortEnabled); in dumpTracebackTable()
554 PRINTBOOL("\t#", TbTable, isInterruptHandler); in dumpTracebackTable()
[all …]