Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp331 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
361 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
598 if (TypeTable.empty()) in emitTypeInformation()
643 if (TypeTable.empty()) in emitTypeGlobalHashes()
782 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx()
1672 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1724 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
1795 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
1872 return TypeTable.writeLeafType(MFR); in lowerTypeMemberFunction()
1988 TypeTable.writeLeafType(USLR); in addUDTSrcLine()
[all …]
H A DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp402 : Allocator(), IDTable(Allocator), TypeTable(Allocator) {} in ReadObjTypeTableBuilder()
406 llvm::codeview::MergingTypeTableBuilder TypeTable; member
528 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable); in dumpObject()
706 dumpCodeViewMergedTypes(W, CVTypes.IDTable, CVTypes.TypeTable); in main()
H A DObjDumper.h119 llvm::codeview::MergingTypeTableBuilder &TypeTable);
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp96 : Alloc(), Symtab(Symtab), Builder(Alloc), TypeTable(Alloc), in PDBLinker()
171 return TypeTable; in getTypeTable()
192 MergingTypeTableBuilder TypeTable; member in __anon97f256dd0111::PDBLinker
372 TypeCollection &TypeTable) { in addTypeInfo() argument
377 TypeTable.ForEachRecord([&](TypeIndex TI, const CVType &Type) { in addTypeInfo()
508 mergeTypeAndIdRecords(IDTable, TypeTable, ObjectIndexMap->TPIMap, in mergeDebugT()
654 if (auto Err = mergeTypeRecords(TypeTable, IndexMap.TPIMap, in maybeMergeTypeServerPDB()