Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp84 : 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 DCodeViewDebug.h90 codeview::GlobalTypeTableBuilder TypeTable; variable
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp312 : 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 DBinaryEmitter.cpp993 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 DSemaLookup.cpp732 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
739 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()