Home
last modified time | relevance | path

Searched refs:LabelType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp64 LLVM_YAML_DECLARE_ENUM_TRAITS(LabelType)
323 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration()
324 IO.enumCase(Value, "Near", LabelType::Near); in enumeration()
325 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp145 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h292 enum class LabelType : uint16_t { enum
H A DTypeRecord.h217 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord()
219 LabelType Mode;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp495 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1035 ObjCLabelType LabelType,