Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h124 class TypeRecord {
126 TypeRecord() = default;
136 class ModifierRecord : public TypeRecord {
152 class ProcedureRecord : public TypeRecord {
212 class LabelRecord : public TypeRecord {
242 class ArgListRecord : public TypeRecord {
270 class PointerRecord : public TypeRecord {
402 class ArrayRecord : public TypeRecord {
422 class TagRecord : public TypeRecord {
616 class FuncIdRecord : public TypeRecord {
[all …]
H A DCodeViewTypes.def14 // If the type is known, then we have a record describing it in TypeRecord.h.
20 // If the type is known, then we have a record describing it in TypeRecord.h.
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1893 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local
1907 TypeRecord = DI->getDef(); in populateInstruction()
1911 if (TypeRecord->isSubClassOf("RegisterOperand")) in populateInstruction()
1912 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()
1913 if (TypeRecord->isSubClassOf("RegisterClass")) { in populateInstruction()
1916 } else if (TypeRecord->isSubClassOf("PointerLikeRegClass")) { in populateInstruction()
1918 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()
1922 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()
1929 TypeRecord->getValue("hasCompleteDecoder"); in populateInstruction()
1985 Record *TypeRecord = cast<DefInit>(TI)->getDef(); in populateInstruction() local
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h37 class TypeRecord;