Searched refs:TypeTable (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 88 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument 89 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter() 111 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName() 118 TypeCollection &TypeTable; member in __anon0e8787300111::CVMCAdapter 140 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug() 357 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex() 402 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram() 407 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram() 669 if (TypeTable.empty()) in emitTypeInformation() 676 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation() [all …]
|
H A D | CodeViewDebug.h | 55 codeview::GlobalTypeTableBuilder TypeTable; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 430 : Allocator(), IDTable(Allocator), TypeTable(Allocator), in ReadObjTypeTableBuilder() 435 llvm::codeview::MergingTypeTableBuilder TypeTable; member 581 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject() 798 CVTypes.TypeTable.records()); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 731 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 738 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()
|