Searched refs:TypeTable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 82 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument 83 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter() 105 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName() 112 TypeCollection &TypeTable; member in __anondf317eb70111::CVMCAdapter 134 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug() 363 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex() 408 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram() 413 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram() 723 if (TypeTable.empty()) in emitTypeInformation() 730 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation() [all …]
|
| H A D | CodeViewDebug.h | 93 codeview::GlobalTypeTableBuilder TypeTable; variable
|
| /freebsd-src/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() 1650 llvm::errs() << "TypeTable"; in dump()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 327 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), 332 llvm::codeview::MergingTypeTableBuilder TypeTable; 505 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 711 CVTypes.TypeTable.records()); in llvm_readobj_main() 328 llvm::codeview::MergingTypeTableBuilder TypeTable; global() member
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 749 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 756 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()
|