Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp63 LLVM_YAML_DECLARE_ENUM_TRAITS(LabelType)
327 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration()
328 IO.enumCase(Value, "Near", LabelType::Near); in enumeration()
329 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp432 CV_ENUM_CLASS_ENT(LabelType, Near),
433 CV_ENUM_CLASS_ENT(LabelType, Far),
H A DTypeDumpVisitor.cpp144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h295 enum class LabelType : uint16_t { enum
H A DTypeRecord.h210 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord()
212 LabelType Mode;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp501 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1061 ObjCLabelType LabelType,