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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) argument
102 : OS(&OS), TypeTable(TypeTable) {}
124 TypeName = TypeTable.getTypeName(TI);
131 TypeCollection &TypeTable; member in class:__anon4508::CVMCAdapter
151 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {
370 auto TI = TypeTable.writeLeafType(SID);
395 TI = TypeTable.writeLeafType(MFuncId);
400 TI = TypeTable.writeLeafType(FuncId);
638 if (TypeTable
808 getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, StringRef S) argument
[all...]
H A DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; member in class:llvm::CodeViewDebug
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp406 : Allocator(), IDTable(Allocator), TypeTable(Allocator),
411 llvm::codeview::MergingTypeTableBuilder TypeTable; member in struct:__anon5868::ReadObjTypeTableBuilder
532 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable,
725 CVTypes.TypeTable.records());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp693 OCL2Qual(Context, TypeTable[Sig], RetTypes);
701 TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], Ty);

Completed in 176 milliseconds