Searched refs:TypeRecord (Results 1 – 13 of 13) sorted by relevance
118 class TypeRecord {120 TypeRecord() = default;121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() function130 class ModifierRecord : public TypeRecord {133 explicit ModifierRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ModifierRecord()135 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()146 class ProcedureRecord : public TypeRecord {149 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord()153 : TypeRecord(TypeRecordKind::Procedure), ReturnType(ReturnType), in ProcedureRecord()171 class MemberFunctionRecord : public TypeRecord {[all …]
13 // 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.
1840 OperandInfo getOpInfo(Record *TypeRecord) { in getOpInfo() argument1841 std::string Decoder = findOperandDecoderMethod(TypeRecord); in getOpInfo()1843 RecordVal *HasCompleteDecoderVal = TypeRecord->getValue("hasCompleteDecoder"); in getOpInfo()2124 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local2126 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()2137 TypeRecord = DI->getDef(); in populateInstruction()2141 if (TypeRecord->isSubClassOf("RegisterOperand")) in populateInstruction()2142 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()2143 if (TypeRecord->isSubClassOf("RegisterClass")) { in populateInstruction()2144 Decoder = "Decode" + TypeRecord->getName().str() + "RegisterClass"; in populateInstruction()[all …]
1554 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
1553 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
1555 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h