Searched refs:DefaultType (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h208 enum ObjectType { DefaultType, SpillSlot, VariableSized }; enumerator in enum:llvm::yaml::MachineStackObject::ObjectType
212 ObjectType Type = DefaultType;
238 IO.enumCase(Type, "default", MachineStackObject::DefaultType);
251 MachineStackObject::DefaultType); // Don't print the default type.
276 enum ObjectType { DefaultType, SpillSlot }; enumerator in enum:llvm::yaml::FixedMachineStackObject::ObjectType
278 ObjectType Type = DefaultType;
307 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType);
327 FixedMachineStackObject::DefaultType); // Don't print the default type.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp372 : yaml::FixedMachineStackObject::DefaultType;
399 : yaml::MachineStackObject::DefaultType;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3831 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType)
3832 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {}

Completed in 133 milliseconds