Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp89 : OS(&OS), TypeTable(TypeTable) {} in CVMCAdapter()
118 TypeCollection &TypeTable; member in __anon7ee48a990111::CVMCAdapter
669 if (TypeTable.empty()) in emitTypeInformation()
701 if (TypeTable.empty()) in emitTypeGlobalHashes()
845 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx()
1781 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1834 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
1905 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
1982 return TypeTable.writeLeafType(MFR); in lowerTypeMemberFunction()
2101 TypeTable.writeLeafType(USLR); in addUDTSrcLine()
[all …]
H A DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp277 : Allocator(), IDTable(Allocator), TypeTable(Allocator), in ReadObjTypeTableBuilder()
282 llvm::codeview::MergingTypeTableBuilder TypeTable; member
430 Dumper->mergeCodeViewTypes(CVTypes.IDTable, CVTypes.TypeTable, in dumpObject()
612 CVTypes.TypeTable.records()); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp731 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin()
738 OCL2Qual(S, TypeTable[SignatureTable[OpenCLBuiltin.SigTableIndex + Index]], in GetQualTypesForOpenCLBuiltin()