Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp112 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
118 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
124 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
130 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
160 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
169 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
172 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
176 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
179 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
186 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
[all …]
H A DPPCAsmPrinter.cpp2150 TracebackTable::LanguageID LanguageIdentifier = in emitTracebackTable()
2151 TracebackTable::CPlusPlus; // C++ in emitTracebackTable()
2249 TracebackTable::FPRSavedMask; in emitTracebackTable()
2293 TracebackTable::GPRSavedMask; in emitTracebackTable()
2306 TracebackTable::NumberOfFixedParmsMask; in emitTracebackTable()
2321 TracebackTable::NumberOfFloatingPointParmsMask; in emitTracebackTable()
2388 TracebackTable::NumberOfVRSavedMask; in emitTracebackTable()
2394 VRData |= TracebackTable::IsVRSavedOnStackMask; in emitTracebackTable()
2399 VRData |= TracebackTable::HasVarArgsMask; in emitTracebackTable()
2404 TracebackTable::NumberOfVectorParmsMask; in emitTracebackTable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp88 XCOFF::TracebackTable::LanguageID LangId) { in getNameForTracebackTableLanguageId()
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()
248 case TracebackTable::ParmTypeIsVectorCharBit: in parseVectorParmsType()
252 case TracebackTable::ParmTypeIsVectorShortBit: in parseVectorParmsType()
256 case TracebackTable::ParmTypeIsVectorIntBit: in parseVectorParmsType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp212 TracebackTable::LanguageID LangId = in dumpTracebackTable()
213 static_cast<TracebackTable::LanguageID>(TbTable.getLanguageID()); in dumpTracebackTable()
H A Dllvm-objdump.h69 extern bool TracebackTable;
H A Dllvm-objdump.cpp194 bool objdump::TracebackTable; member in objdump
1237 if (Obj.isXCOFF() && (SymbolDescription || TracebackTable)) { in createSymbolInfo()
1260 if (Obj.isXCOFF() && (SymbolDescription || TracebackTable)) in createDummySymbolInfo()
2029 Obj.isXCOFF() && Section.isText() && TracebackTable && in disassembleObject()
3355 TracebackTable = InputArgs.hasArg(OBJDUMP_traceback_table); in parseObjdumpOptions()
3568 if (DisassembleAll || PrintSource || PrintLines || TracebackTable || in llvm_objdump_main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1387 #define GETVALUEWITHMASK(X) (Data & (TracebackTable::X))
1389 ((Data & (TracebackTable::X)) >> (TracebackTable::S))
1542 (support::endian::read32be(TBPtr + (P)) & (TracebackTable::X))
1544 ((support::endian::read32be(TBPtr + (P)) & (TracebackTable::X)) >> \
1545 (TracebackTable::S))