Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp80 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 DCodeViewDebug.h93 codeview::GlobalTypeTableBuilder TypeTable; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp328 : 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 DDWARFLinkerCompileUnit.h159 TypeTable = 1, enumerator
265 return (getKeep() && (getPlacement() == CompileUnit::TypeTable || in needToPlaceInTypeTable()
H A DDWARFLinkerCompileUnit.cpp1645 case TypeTable: in dump()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp752 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
759 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()