Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp81 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() argument
82 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter()
104 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName()
111 TypeCollection &TypeTable; member in __anonb5bd25fc0111::CVMCAdapter
133 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {} in CodeViewDebug()
359 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
404 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
409 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
716 if (TypeTable.empty()) in emitTypeInformation()
723 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
[all …]
H A DCodeViewDebug.h90 codeview::GlobalTypeTableBuilder TypeTable; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp325 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), in ReadObjTypeTableBuilder()
330 llvm::codeview::MergingTypeTableBuilder TypeTable; member
500 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject()
706 CVTypes.TypeTable.records()); in llvm_readobj_main()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp735 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
742 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()