Lines Matching refs:is64Bit

118   if (Obj.is64Bit()) {  in printFileHeaders()
140 if (Obj.is64Bit()) in printAuxiliaryHeader()
147 if (Obj.is64Bit()) in printSectionHeaders()
195 if (Obj.is64Bit()) { in printLoaderSectionHeader()
269 if (Obj.is64Bit()) in printLoaderSectionSymbols()
341 Obj.is64Bit() ? 18 : 10) in printLoaderSectionRelocationEntry()
363 W.startLine() << center_justify("Vaddr", Obj.is64Bit() ? 18 : 10) in printLoaderSectionRelocationEntriesHelper()
401 if (Obj.is64Bit()) in printLoaderSectionRelocationEntries()
448 if (Obj.is64Bit()) in printExceptionSection()
455 if (Obj.is64Bit()) in printRelocations()
535 assert((!Obj.is64Bit() || AuxEntPtr->AuxType == XCOFF::AUX_FILE) && in printFileAuxEnt()
545 if (Obj.is64Bit()) { in printFileAuxEnt()
572 assert((!Obj.is64Bit() || AuxEntRef.getAuxType64() == XCOFF::AUX_CSECT) && in printCsectAuxEnt()
590 if (Obj.is64Bit()) { in printCsectAuxEnt()
601 assert(!Obj.is64Bit() && "32-bit interface called on 64-bit object file."); in printSectAuxEntForStat()
615 assert(Obj.is64Bit() && "64-bit interface called on 32-bit object file."); in printExceptionAuxEnt()
628 assert(!Obj.is64Bit() && "32-bit interface called on 64-bit object file."); in printFunctionAuxEnt()
640 assert(Obj.is64Bit() && "64-bit interface called on 32-bit object file."); in printFunctionAuxEnt()
653 assert(!Obj.is64Bit() && "32-bit interface called on 64-bit object file."); in printBlockAuxEnt()
663 assert(Obj.is64Bit() && "64-bit interface called on 32-bit object file."); in printBlockAuxEnt()
680 if (Obj.is64Bit()) in printSectAuxEntForDWARF()
800 if (Obj.is64Bit() && in printSymbol()
820 if (I == NumberOfAuxEntries && !Obj.is64Bit()) in printSymbol()
826 if (Obj.is64Bit()) { in printSymbol()
873 if (Obj.is64Bit()) { in printSymbol()
891 if (Obj.is64Bit()) { in printSymbol()
1005 if (Obj.is64Bit()) { in printOverflowSectionHeader()