Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1958 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local
2051 Record *TypeRecord = cast<DefInit>(TI)->getDef(); in populateInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h120 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() function