Home
last modified time | relevance | path

Searched defs:TypeRecord (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1840 OperandInfo getOpInfo(Record *TypeRecord) { in getOpInfo()
2124 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2038 const SPIRV::DemangledType *TypeRecord, in getNonParametrizedType()
2109 const SPIRV::DemangledType *TypeRecord = findBuiltinType(Name); in lowerBuiltinType() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() function