Searched refs:TypeTable (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 80 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument 81 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter() 103 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName() 110 TypeCollection &TypeTable; member in __anon1c0f18e50111::CVMCAdapter 136 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug() 365 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex() 410 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram() 415 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram() 741 if (TypeTable.empty()) in emitTypeInformation() 748 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation() [all …]
|
| H A D | CodeViewDebug.h | 93 codeview::GlobalTypeTableBuilder TypeTable; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 328 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), in ReadObjTypeTableBuilder() 333 llvm::codeview::MergingTypeTableBuilder TypeTable; member 506 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 730 CVTypes.TypeTable.records()); in llvm_readobj_main()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.h | 159 TypeTable = 1, enumerator 265 return (getKeep() && (getPlacement() == CompileUnit::TypeTable || in needToPlaceInTypeTable()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1645 case TypeTable: in dump()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 752 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 759 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()
|