Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp88 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 DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp430 : 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 DSemaLookup.cpp731 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
738 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()