Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h117 class TypeRecord {
119 TypeRecord() = default;
129 class ModifierRecord : public TypeRecord {
145 class ProcedureRecord : public TypeRecord {
205 class LabelRecord : public TypeRecord {
235 class ArgListRecord : public TypeRecord {
263 class PointerRecord : public TypeRecord {
395 class ArrayRecord : public TypeRecord {
415 class TagRecord : public TypeRecord {
609 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-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1958 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local
1972 TypeRecord = DI->getDef(); in populateInstruction()
1976 if (TypeRecord->isSubClassOf("RegisterOperand")) in populateInstruction()
1977 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()
1978 if (TypeRecord->isSubClassOf("RegisterClass")) { in populateInstruction()
1981 } else if (TypeRecord->isSubClassOf("PointerLikeRegClass")) { in populateInstruction()
1983 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
1987 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()
1994 TypeRecord->getValue("hasCompleteDecoder"); in populateInstruction()
2051 Record *TypeRecord = cast<DefInit>(TI)->getDef(); in populateInstruction() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h36 class TypeRecord;