Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h118 class TypeRecord {
120 TypeRecord() = default;
130 class ModifierRecord : public TypeRecord {
146 class ProcedureRecord : public TypeRecord {
206 class LabelRecord : public TypeRecord {
236 class ArgListRecord : public TypeRecord {
264 class PointerRecord : public TypeRecord {
396 class ArrayRecord : public TypeRecord {
416 class TagRecord : public TypeRecord {
610 class FuncIdRecord : public TypeRecord {
[all …]
H A DCodeViewTypes.def13 // If the type is known, then we have a record describing it in TypeRecord.h.
19 // If the type is known, then we have a record describing it in TypeRecord.h.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2018 const SPIRV::BuiltinType *TypeRecord, in getNonParameterizedType() argument
2021 unsigned Opcode = TypeRecord->Opcode; in getNonParameterizedType()
2149 const SPIRV::BuiltinType *TypeRecord = SPIRV::lookupBuiltinType(Name); in lowerBuiltinType() local
2150 if (!TypeRecord) in lowerBuiltinType()
2158 switch (TypeRecord->Opcode) { in lowerBuiltinType()
2176 getNonParameterizedType(BuiltinType, TypeRecord, MIRBuilder, GR); in lowerBuiltinType()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1842 OperandInfo getOpInfo(Record *TypeRecord) { in getOpInfo() argument
1843 std::string Decoder = findOperandDecoderMethod(TypeRecord); in getOpInfo()
1845 RecordVal *HasCompleteDecoderVal = TypeRecord->getValue("hasCompleteDecoder"); in getOpInfo()