Searched refs:TypeTable (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 84 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter() 113 TypeCollection &TypeTable; member in __anon0a90f0150111::CVMCAdapter 718 if (TypeTable.empty()) in emitTypeInformation() 750 if (TypeTable.empty()) in emitTypeGlobalHashes() 889 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx() 1751 return TypeTable.writeLeafType(AR); in lowerTypeString() 1888 return TypeTable.writeLeafType(PR); in lowerTypePointer() 1941 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer() 2012 return TypeTable.writeLeafType(MR); in lowerTypeModifier() 2208 TypeTable.writeLeafType(USLR); in addUDTSrcLine() [all …]
|
| H A D | CodeViewDebug.h | 90 codeview::GlobalTypeTableBuilder TypeTable; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 312 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), in ReadObjTypeTableBuilder() 317 llvm::codeview::MergingTypeTableBuilder TypeTable; member 485 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 679 CVTypes.TypeTable.records()); in main()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 993 const BinaryFunction::LSDATypeTableTy &TypeTable = in emitLSDA() local 996 assert(TypeTable.size() == BF.getLSDATypeTable().size() && in emitLSDA() 999 for (int Index = TypeTable.size() - 1; Index >= 0; --Index) { in emitLSDA() 1000 const uint64_t TypeAddress = TypeTable[Index]; in emitLSDA()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 732 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 739 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()
|