Searched refs:TracebackTable (Results 1 – 7 of 7) sorted by relevance
100 unsigned ShiftBits = 32 - XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()109 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()111 XCOFF::TracebackTable::ParmTypeIsVectorCharBit >> ShiftBits; in getVecExtParmsType()112 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()115 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()117 XCOFF::TracebackTable::ParmTypeIsVectorShortBit >> ShiftBits; in getVecExtParmsType()118 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()121 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()123 XCOFF::TracebackTable::ParmTypeIsVectorIntBit >> ShiftBits; in getVecExtParmsType()124 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()[all …]
2389 TracebackTable::LanguageID LanguageIdentifier = in emitTracebackTable()2390 TracebackTable::CPlusPlus; // C++ in emitTracebackTable()2402 FirstHalfOfMandatoryField |= TracebackTable::HasTraceBackTableOffsetMask; in emitTracebackTable()2410 FirstHalfOfMandatoryField |= TracebackTable::IsFloatingPointPresentMask; in emitTracebackTable()2416 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2421 << static_cast<unsigned>(((V) & (TracebackTable::Field##Mask)) >> \ in emitTracebackTable()2422 (TracebackTable::Field##Shift)) in emitTracebackTable()2446 FirstHalfOfMandatoryField |= TracebackTable::IsFunctionNamePresentMask; in emitTracebackTable()2452 FirstHalfOfMandatoryField |= TracebackTable::IsAllocaUsedMask; in emitTracebackTable()2456 FirstHalfOfMandatoryField |= TracebackTable::IsCRSavedMask; in emitTracebackTable()[all …]
84 case XCOFF::TracebackTable::A: \88 XCOFF::TracebackTable::LanguageID LangId) { in getNameForTracebackTableLanguageId()131 if ((Value & TracebackTable::ParmTypeIsFloatingBit) == 0) { in parseParmsType()138 if ((Value & TracebackTable::ParmTypeFloatingIsDoubleBit) == 0) in parseParmsType()203 switch (Value & TracebackTable::ParmTypeMask) { in parseParmsTypeWithVecInfo()204 case TracebackTable::ParmTypeIsFixedBits: in parseParmsTypeWithVecInfo()208 case TracebackTable::ParmTypeIsVectorBits: in parseParmsTypeWithVecInfo()212 case TracebackTable::ParmTypeIsFloatingBits: in parseParmsTypeWithVecInfo()216 case TracebackTable::ParmTypeIsDoubleBits: in parseParmsTypeWithVecInfo()247 switch (Value & TracebackTable::ParmTypeMask) { in parseVectorParmsType()[all …]
212 TracebackTable::LanguageID LangId = in dumpTracebackTable() 213 static_cast<TracebackTable::LanguageID>(TbTable.getLanguageID()); in dumpTracebackTable()
69 extern bool TracebackTable;
309 bool objdump::TracebackTable; member in objdump1412 if (Obj.isXCOFF() && (SymbolDescription || TracebackTable)) { in createSymbolInfo()1439 if (Obj.isXCOFF() && (SymbolDescription || TracebackTable)) in createDummySymbolInfo()2168 Obj.isXCOFF() && Section.isText() && TracebackTable && in disassembleObject()3507 TracebackTable = InputArgs.hasArg(OBJDUMP_traceback_table); in parseObjdumpOptions()3724 if (DisassembleAll || PrintSource || PrintLines || TracebackTable || in llvm_objdump_main()
1395 #define GETVALUEWITHMASK(X) (Data & (TracebackTable::X))1397 ((Data & (TracebackTable::X)) >> (TracebackTable::S))1550 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))1552 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \1553 (TracebackTable::S))