Searched refs:TypeTable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 83 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter() 112 TypeCollection &TypeTable; member in __anonb5614f9b0111::CVMCAdapter 723 if (TypeTable.empty()) in emitTypeInformation() 755 if (TypeTable.empty()) in emitTypeGlobalHashes() 893 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx() 1801 return TypeTable.writeLeafType(AR); in lowerTypeString() 1940 return TypeTable.writeLeafType(PR); in lowerTypePointer() 1993 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer() 2064 return TypeTable.writeLeafType(MR); in lowerTypeModifier() 2260 TypeTable.writeLeafType(USLR); in addUDTSrcLine() [all …]
|
| H A D | CodeViewDebug.h | 93 codeview::GlobalTypeTableBuilder TypeTable; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DependencyTracker.cpp | 308 case CompileUnit::TypeTable: in isAlreadyMarked() 353 ParentInfo, CompileUnit::DieOutputPlacement::TypeTable); in markParentsAsKeepingChildren() 414 case CompileUnit::TypeTable: in getFinalPlacementForEntry() 418 return Placement == CompileUnit::TypeTable ? CompileUnit::Both : Placement; in getFinalPlacementForEntry() 440 isLiveAction(Action) ? CompileUnit::PlainDwarf : CompileUnit::TypeTable); in markDIEEntryAsKeptRec()
|
| H A D | DWARFLinkerCompileUnit.h | 159 TypeTable = 1, enumerator 265 return (getKeep() && (getPlacement() == CompileUnit::TypeTable || in needToPlaceInTypeTable()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1649 case TypeTable: in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 323 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), in ReadObjTypeTableBuilder() 328 llvm::codeview::MergingTypeTableBuilder TypeTable; member 501 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 707 CVTypes.TypeTable.records()); in llvm_readobj_main()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 747 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 754 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()
|