Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp83 : 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 DCodeViewDebug.h93 codeview::GlobalTypeTableBuilder TypeTable; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp308 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 DDWARFLinkerCompileUnit.h159 TypeTable = 1, enumerator
265 return (getKeep() && (getPlacement() == CompileUnit::TypeTable || in needToPlaceInTypeTable()
H A DDWARFLinkerCompileUnit.cpp1649 case TypeTable: in dump()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp323 : 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 DSemaLookup.cpp747 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
754 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()