Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h118 class TypeRecord {
120 TypeRecord() = default;
121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() function
130 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 …]
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.
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp1840 OperandInfo getOpInfo(Record *TypeRecord) { in getOpInfo() argument
1841 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() local
2126 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 …]
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc1554 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.powerpc641553 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.i3861553 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.amd641555 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.riscv641553 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.octeon1554 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.armv71553 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.arm641555 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.loongson1554 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
Dclang.sparc641554 ./usr/include/llvm/DebugInfo/CodeView/TypeRecord.h