Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp82 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
83 : OS(&OS), TypeTable(TypeTable) {}
105 TypeName = std::string(TypeTable.getTypeName(TI)); in getTypeName()
112 TypeCollection &TypeTable;
134 : DebugHandlerBase(AP), OS(*Asm->OutStreamer), TypeTable(Allocator) {}
363 auto TI = TypeTable.writeLeafType(SID); in removeTemplateArgs()
408 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
413 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
723 if (TypeTable in emitTypeInformation()
81 CVMCAdapter(MCStreamer & OS,TypeCollection & TypeTable) CVMCAdapter() argument
111 TypeCollection &TypeTable; global() member in __anon1c0f18e50111::CVMCAdapter
886 getStringIdTypeIdx(GlobalTypeTableBuilder & TypeTable,StringRef S) getStringIdTypeIdx() argument
[all...]
H A DCodeViewDebug.h93 codeview::GlobalTypeTableBuilder TypeTable; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp327 : IDTable(Allocator), TypeTable(Allocator), GlobalIDTable(Allocator), in ReadObjTypeTableBuilder()
332 llvm::codeview::MergingTypeTableBuilder TypeTable; member
505 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject()
711 CVTypes.TypeTable.records()); in llvm_readobj_main()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1649 case TypeTable: in dump()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp749 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
756 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()